Get the pending Fill Form review task

View as Markdown
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

spaceIdstringRequired
runIdstringRequired

Response

The pending review task.
runIdstring
docNamestring
templateFileIdstring or null
outputModeenum
fieldslist of objects
The curated, fillable field inventory.
valuesmap from strings to any
The drafted values, keyed by field name.
pageBoxeslist of objects
pageCountinteger-9007199254740991-9007199254740991

Errors

404
Not Found Error