Skip to main content
GET
/
v1
/
scenes
List scenes
curl --request GET \
  --url https://api.gizmo.antimlabs.com/v1/scenes
{
  "ok": true,
  "scenes": [
    {
      "id": "jh72k3m4n5p6q7r8",
      "name": "Robot Kitchen",
      "pipeline_status": "succeeded",
      "pipeline_prompt": "A modern kitchen",
      "created_at": 1717800000000,
      "updated_at": 1717800060000
    }
  ]
}

Headers

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

Response

List of scene summaries