Get Render Job
GET/report/:report_id/render/:job_id
Reports on a submitted render and delivers it once complete.
While the render is in progress this returns 200 with a status of pending or running — the request succeeded, the render simply has not finished. Once complete, the same endpoint returns the report itself.
Jobs are scoped to the report they were submitted against and expire a few hours after completion.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Either the job's current state while it is still running, or the completed report in the requested response mode.
Unauthorized access. This error code indicates that the request is missing or has invalid authentication credentials.
Forbidden. This error code indicates that the server understands the request but refuses to fulfill it because the credentials lacks the necessary permissions.
The job does not exist, belongs to another report, or has expired.
The render failed. The body carries the failure error and message.