# Get project tasks **GET /data/projects/{project_id}/tasks** Retrieve tasks related to a project. Useful for sync. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **project_id** (string) ### Query parameters - **page** () - **task_type_id** () - **episode_id** () ## Responses ### 200 All tasks related to given project #### Body: application/json (object) - **data** (array[object]) - **limit** (integer) - **page** (integer) - **is_more** (boolean) [Powered by Bump.sh](https://bump.sh)