Retrieves a paginated list of tasks. By default, responses are paginated with 20 items per page.
Documentation Index
Fetch the complete documentation index at: https://developers.projectcor.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Page number (default: 1). Set to false to disable pagination.
Number of items per page (default: 20).
Filters for the task list, expressed as a JSON object URL-encoded into this query string.
Examples of common keys
projects — One project ID, or an array of project IDs.pm — One user ID, or an array of user IDs for the task PM.status — One status or several; examples: nueva, en_proceso, finalizada.Other supported keys in the same object include labels, categories, clients, collaborator, priority, and sprints.
Important: Use only this parameter for filtering. Do not add extra query parameters such as ?project_id= or ?user_id=.
Optional sort specification as a JSON object URL-encoded into this query string.
For each field you want to sort by, set the value to ASC or DESC (where supported).
Sortable fields include client, project, task, deadline, datetime, pm, priority, and sprint.
The response also uses a default tie-breaker: the task's defined order ascending.