GET /tasks
Returns a JSON-encoded array containing all active tasks.
A successful response has 200 OK status and application/json Content-Type.
Servers
- https://api.todoist.com/rest/v2
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
lang |
String | No |
IETF language tag defining what language the filter is written in, if it differs from the default English. |
project_id |
String | No |
Filter tasks by project ID. |
filter |
String | No |
Filter by any supported filter. |
label |
String | No |
Filter tasks by label name. |
section_id |
String | No |
Filter tasks by section ID. |
ids[] |
Array | No |
A list of the task IDs to retrieve, this should be a comma-separated list. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.