# Get sequence shots casting **GET /data/projects/{project_id}/sequences/{sequence_id}/casting** Retrieve the casting information for all shots from a specific sequence. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** () Unique identifier of the project - **sequence_id** () Unique identifier of the sequence ## Responses ### 200 Sequence shots casting information successfully retrieved #### Body: application/json (array[object]) - **shot_id** (string(uuid)) Shot unique identifier - **shot_name** (string) Shot name - **sequence_id** (string(uuid)) Sequence identifier - **casting** (array[object]) [Powered by Bump.sh](https://bump.sh)