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
Example response
{
"data": {
"custom_fields": {
"priority": {
"value": "high"
}
}
}
}