Skip to main content

GET Tasks

GET /user-api/v1/tasks

Headers

Query Parameters

string
Set a limit to the number of records to return (Default:25)
string
Number of records to skip.
string
Sort order: due_date:asc, due_date:desc
string
Related data to include: tags

Response

With Include Parameters

GET /user-api/v1/tasks?include=tags

Response with all includes

GET a Task

GET /user-api/v1/tasks/:id

Path Parameters

string
Task ID

Query Parameters

string
Related data to include: tags

Endpoint Example

GET /user-api/v1/tasks/task_12345?include=tags

Response