# Get sequence shots **GET /data/user/sequences/{sequence_id}/shots** Retrieve shots 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 Shots related to given sequence #### Body: application/json (array[object]) - **id** (string(uuid)) Shot unique identifier - **name** (string) Shot name - **description** (string) Shot 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)