v1

latestOpenAPI 3.0.32026-07-2415128381.3 KB
Tasks

Retrieve a task

Retrieves a Task object.

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

get/projects/{project_id}/tasks/{task_id}

Path parameters

project_idstring required

A unique project identifier

task_idnumber required

A unique task identifier.

Response

OK

project_idstring
project_uuidstring uuid

UUID of the project.

project_namestring

Project name.

branch_namestring nullable

Branch name (if applicable).

Example response

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