latestOpenAPI 3.0.02026-08-08270135.7 KB
c1404d1545ba
collections
scenes
Get scenes in collection
Retrieve all scenes that belong to a specific collection.
This endpoint allows you to:
- List all scenes within a collection
- Paginate through scenes for large collections
- Access scene metadata and sharing links
**Use cases:**
- Displaying collection contents in UI
- Filtering scenes by collection
- Building collection detail pages
get/api/v1/collections/{collectionId}/scenes
Path parameters
collectionIdstring required
Collection ID. Personal API keys may use 'private' for the key owner's virtual private collection. Workspace API keys cannot access private collections.
Query parameters
limitinteger
The number of items to return per page.
offsetinteger
The number of items to skip before starting to collect the result set.
Response
This response returns a paginated list of scenes within the specified collection.