Skip to main content
GET
/
v1
/
scenes
/
{scene_id}
/
status
Scene pipeline status
curl --request GET \
  --url https://api.gizmo.antimlabs.com/v1/scenes/{scene_id}/status
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "status": 123
  }
}

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

scene_id
string
required

Response

Successful Response