v1
latestOpenAPI 3.1.02026-08-06284092.1 KBjobs
Get a job
Return a single job by id, including all step results so far.
Visible to the job's owner, or to an ADMIN/OWNER of the organisation that ran the job. Returns 404 for jobs the caller may not see (so existence is not leaked). Steps carrying reference files get short-lived signed URLs minted so the results page can render them without a second round-trip. Signing only runs once the job has reached a terminal status (when the report is shown); the per-second analysing polls skip it. The raw object paths are then dropped so this read carries one reference field, reference_file_urls, and surfaces no blob-storage layout.
get/api/v2/jobs/{job_id}
Path parameters
job_idstring required
Response
Successful Response
Example response
{
"steps": [
{
"name": "Overview shot",
"workflow_note": "Stand back and capture the whole subject in frame.",
"agent_id": "object-detection-v1"
}
],
"extra_steps": [
{
"agent_id": "object-detection-v1"
}
]
}