# Get sequence scenes **GET /data/user/sequences/{sequence_id}/scenes** Retrieve scenes related to a specific sequence for the current user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **sequence_id** (string(uuid)) Sequence unique identifier ## Responses ### 200: Scenes related to given sequence #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Scene unique identifier - **name** (string) Scene name - **description** (string) Scene description - **sequence_id** (string(uuid)) Sequence identifier - **project_id** (string(uuid)) Project identifier - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)