# Get sequence tasks **GET /data/sequences/{sequence_id}/tasks** Get tasks for a sequence. Optionally include relations using query params. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **sequence_id** () ## Responses ### 200 All tasks related to given shot #### Body: 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)