# Get open tasks **GET /data/tasks/open-tasks** Return tasks for open projects with optional filters and pagination. Includes statistics. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Query parameters - **project_id** (string(uuid)) Filter tasks on given project ID - **task_status_id** (string(uuid)) Filter tasks on given task status ID - **task_type_id** (string(uuid)) Filter tasks on given task type ID - **person_id** (string(uuid)) Filter tasks on given person ID - **start_date** (string(date)) Filter tasks posterior to given start date - **due_date** (string(date)) Filter tasks anterior to given due date - **priority** (integer) Filter tasks on given priority - **page** (integer) Page number - **limit** (integer) Number of tasks per page ## Responses ### 200 List of tasks with pagination and statistics #### Body: application/json (object) - **data** (array[object]) List of tasks - **stats** (object) - **limit** (integer) Number of tasks per page - **page** (integer) Page number - **is_more** (boolean) True if there are more tasks to retrieve ### 400 Bad request [Powered by Bump.sh](https://bump.sh)