latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

tasks

Get a task by its ID

Returns a single task by ID.

Rate limit: 60 requests per minute

get/tasks/{id}

Path parameters

idstring required

The ID of the task to fetch.

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "custom_fields": {
      "priority": {
        "value": "high"
      }
    }
  }
}