v1
latestOpenAPI 3.1.02026-08-06284092.1 KBjobs
Start a job
Start a new job against a workflow.
Requires a writer role (MEMBER, ADMIN, or OWNER) in the active organization; VIEWERs are refused. The job is created in IN_PROGRESS status. The workflow must exist, not be soft-deleted, and be visible to the active organization (its own workflows plus system workflows). Members are further restricted to workflows they own, system workflows, or workflows assigned to a group they belong to. Members in the virtual "All workflows" group have unrestricted access. Omit workflow_id to start an ad-hoc job (requires the org to have ad-hoc jobs enabled). Submit step results with POST /{id}/steps/{sort_order} and finalize with POST /{id}/analyse.
post/api/v2/jobs
Request body
Example request
{
"workflow_id": "3f9b1c2d-4f7e-4b9a-9a3c-1f7e0d2b5a11",
"name": "Ad-hoc inspection"
}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"
}
]
}