latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
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
Example response
{
"data": {
"custom_fields": {
"priority": {
"value": "high"
}
}
}
}