latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
tasks
Get all tasks
Returns a paginated list of tasks for the organization.
Rate limit: 60 requests per minute
get/tasks
Query parameters
cursorstring
The cursor to use for pagination.
limitinteger
The number of tasks to fetch. Defaults to 100. Must be greater than 0 and less than 1000.
Response
Example response
{
"data": [
{
"custom_fields": {
"priority": {
"value": "high"
}
}
}
]
}