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