# Get project scenes **GET /data/projects/{project_id}/scenes** Get all scenes for a project. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** () ## Responses ### 200 All scenes related to given project #### 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)