# Get tasks for entity and type **GET /data/entities/{entity_id}/task-types/{task_type_id}/tasks** Return tasks related to the entity (asset, episode, sequence, shot, or scene) for a task type. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **entity_id** (string) - **task_type_id** (string) ## Responses ### 200 Tasks related to the entity and task type #### 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)) - **assignees** (array[string(uuid)]) [Powered by Bump.sh](https://bump.sh)