Download the Fill Form review template PDF

View as Markdown
Streams the prepared template PDF bytes for a paused `fill-form` run's in-app review canvas — the field boxes in `getRunTask` were measured on exactly these bytes. Requires `space:read` (denied → 404); a consumed or expired task, or a non-fill-form run, also returns 404. This is a binary byte stream, not JSON; its `content-type`, status, and headers are preserved.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

spaceIdstringRequired
runIdstringRequired

Response

The prepared template PDF bytes.