List scenes
list_scenesList the project's scenes in timeline order. Default rows are light summaries ({scene_id, segment_number, duration_frames, status, layer_count}) — enough to address a scene by number or id; include_composition=True returns the full layer/layout JSON (bulky — page with offset/limit on long projects). Returns {total, offset, returned, scenes}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum scenes to return; 0 returns all | |
| offset | No | 0-based index of the first scene to return (pagination) | |
| project_id | Yes | Project ID, as returned by create_project or list_projects | |
| include_composition | No | Include each scene's full composition JSON (layers, layout) — kilobytes per scene, so page with offset/limit when True; the default summary rows are enough for ids and director notes |