Skip to main content
GET
/
v1
/
scenes
/
{scene_id}
Get scene detail
curl --request GET \
  --url https://api.gizmo.antimlabs.com/v1/scenes/{scene_id}
{
  "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

Query Parameters

include_graph
boolean
default:false

Include the full scene graph JSON from S3

Response

Successful Response