v1

latestOpenAPI 3.0.32026-07-2415128381.3 KB
Tasks

List all tasks

Lists all tasks in the project.

Requires <code>read_tasks</code> OAuth access scope.

get/projects/{project_id}/tasks

Path parameters

project_idstring required

A unique project identifier

Query parameters

filter_titlestring

Set title filter for the list.

filter_statusesstring

One or more task statuses to filter by (comma separated). Possible values are <code>created</code>, <code>queued</code>, <code>in_progress</code> and <code>completed</code>.

limitinteger

Number of items to include (max 5000).

pageinteger

Return results starting from this page.

Response

OK

project_idstring

Example response

{
  "tasks": [
    {
      "languages": [
        {
          "tm_leverage": {
            "status": "completed",
            "value": {
              "0%+": 30,
              "50%+": 0,
              "75%+": 0,
              "85%+": 0,
              "95%+": 0,
              "100%": 0
            }
          }
        }
      ]
    }
  ]
}