GET /tasks

Returns a JSON-encoded array containing all active tasks.

A successful response has 200 OK status and application/json Content-Type.

Servers

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.