Get the pending Fill Form review task
The in-app review payload for a paused `fill-form` run: the drafted field values, the curated field inventory, and the template's page geometry (`FillTask` — `{ runId, docName, templateFileId, outputMode, fields, values, pageBoxes, pageCount }`). Requires `space:read` (denied → 404). 404 once the task is consumed/expired or for a run of any other action. The render bytes come from `getRunTaskPdf`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
runId
Response
The pending review task.
runId
docName
templateFileId
outputMode
fields
The curated, fillable field inventory.
values
The drafted values, keyed by field name.
pageBoxes
pageCount
Errors
404
Not Found Error