# Get sequence shots **GET /data/sequences/{sequence_id}/shots** Get shots for a sequence. Supports filtering using query params. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **sequence_id** () ### Query parameters - **project_id** () ## Responses ### 200 All shot entries for given sequence #### Body: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **parent_id** (string(uuid)) [Powered by Bump.sh](https://bump.sh)