latestOpenAPI 3.0.02026-08-08270135.7 KB

c1404d1545ba

scenes

Get scene metadata

Retrieve detailed metadata for a specific scene by its ID.

This endpoint returns:
- Complete scene metadata (name, dates, pinned status)
- All associated read-only sharing links
- All shared slides presentation links
- Collection assignment information

<Callout type="info">
This endpoint only returns metadata. To get the actual scene content (drawings, shapes, etc.), use the content endpoint.
</Callout>

**Use cases:**
- Displaying scene information in UI
- Checking scene permissions and sharing status
- Building scene detail views
- Validating scene existence before operations
get/api/v1/scenes/{sceneId}

Path parameters

sceneIdstring required

Response

This response returns the metadata for the requested scene.