# Get scene tasks **GET /data/user/scenes/{scene_id}/tasks** Retrieve tasks related to a specific scene for the current user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **scene_id** (string(uuid)) Scene unique identifier ## Responses ### 200: Tasks related to given scene #### Body Parameters: application/json (array[object]) - **id** (string(uuid)) Task unique identifier - **name** (string) Task name - **task_type_id** (string(uuid)) Task type identifier - **task_status_id** (string(uuid)) Task status identifier - **assigner_id** (string(uuid)) Person who assigned the task - **assignees** (array[string(uuid)]) List of assigned person identifiers - **created_at** (string(date-time)) Creation timestamp - **updated_at** (string(date-time)) Last update timestamp [Powered by Bump.sh](https://bump.sh)