Get the pending review task
Returns everything a reviewer needs to check a paused `fill` run before it finishes.
The payload carries the drafted values, the field inventory and the template's page geometry, so you can render your own review UI. Prefer not to? The same task has a ready-made page at `tasks[].url` on [the run](https://docs.cloudraker.com/api/cloud-raker-api/runs/get-run).
Submit the reviewed values with [POST /v1/runs/{id}/task](https://docs.cloudraker.com/api/cloud-raker-api/runs/submit-run-task). Answers `404` once the task is submitted or expired.
**Learn more:** [Form filling guide](https://docs.cloudraker.com/capabilities/fill)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
id
Response
Get the pending review task
Errors
429
Too Many Requests Error