# Get all shots **GET /data/shots** Get all shots across projects with optional filters. Use sequence_id, project_id, or parent_id to filter. ## 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 Parameters: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **project_id** (string(uuid)) - **parent_id** (string(uuid)) [Powered by Bump.sh](https://bump.sh)