# Get scene tasks **GET /data/scenes/{scene_id}/tasks** Get tasks for a scene. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **scene_id** () ## Responses ### 200: All tasks related to given scene #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) - **name** (string) - **task_type_id** (string(uuid)) - **task_status_id** (string(uuid)) - **entity_id** (string(uuid)) - **project_id** (string(uuid)) [Powered by Bump.sh](https://bump.sh)