# Get shots **GET /data/shots/all** Get shots with optional filters. Use query params like project_id, sequence_id or parent_id to filter results. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Query parameters - **sequence_id** () - **project_id** () - **parent_id** () ## Responses ### 200 All shot entries #### 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)