Get Scene Snapshots
Get snapshot history for a scene.
Returns a list of historical snapshots that capture the state of the scene at different points in time (after each successful video generation).
Args: project_id: Project ID scene_id: Scene ID limit: Maximum number of snapshots to return (default: 10) current_user: Authenticated user db: Database session
Returns: List of snapshots with their element states
get/api/projects/{project_id}/scenes/{scene_id}/snapshots
Path parameters
project_idstring required
scene_idstring required
Query parameters
limitinteger nullable
Response
Successful Response
{"stackTrail":"paths:/api/projects/{project_id}/scenes/{scene_id}/snapshots:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
No recorded changes to this endpoint across all 1 revision of this API.