Skip to main content

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

Either the job's current state while it is still running, or the completed report in the requested response mode.