v1
latestOpenAPI 3.0.12026-07-268028223.9 KBTasks
Get a task
Retrieve a task by ID
get/v1/tasks/{id}
Path parameters
idstring required
The task ID
Response
successful
Example response
{
"id": "abc123xyz",
"title": "Follow up with client"
}Retrieve a task by ID
The task ID
successful
{
"id": "abc123xyz",
"title": "Follow up with client"
}