Skip to main content

Get Task

Retrieve a single task resource by its UUID.

Endpoint

GET /projects/{project_uuid}/tasks/{task_uuid}

Parameters

There are no parameters for this endpoint.

Response

A successful response will return a 200 OK status code and a JSON object containing the task details.

{
"uuid": "463310b5-e5f5-46de-a011-3c62494f675c",
"task_identifier": "146",
"title": "New API Task",
"description": "",
"description_plain": "",
"priority": 0,
"story_points": 0,
"task_form_identifier": null,
"insertion_method": "api",
"completed": false,
"completed_at": null,
"client_visibility": "not_visible",
"time_estimate": {
"duration": null,
"time_type": "hours",
"in_seconds": null
}
}