Get task
Returns one task by id, including assigneeIds and predecessors — the two relations that List tasks omits.
A task your token can’t reach answers 404 — never 403 — since a foreign id looks identical to a nonexistent one. See Authentication → for the full denial contract.
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
taskId | string (uuid) | Yes | The task to retrieve. |