Skip to main content
GET
/
v1
/
jobs
/
{job_id}
Get job status
curl --request GET \
  --url https://api.gizmo.antimlabs.com/v1/jobs/{job_id}
{
  "ok": true,
  "job": {
    "id": "job_a1b2c3d4",
    "status": "running",
    "mode": "scene",
    "scene_id": "jh72k3m4n5p6q7r8",
    "created_at": 1717800000,
    "started_at": 1717800001
  }
}

Headers

authorization
string | null
x-gizmo-service-token
string | null
x-gizmo-user-id
string | null
x-gizmo-convex-user-id
string | null

Path Parameters

job_id
string
required

Query Parameters

include_result
boolean
default:false

Include the full result payload

Response

Job status