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