Skip to main content
GET
Get Task

Get Task

Retrieve a single task by its ID. Returns the task with its assigned user, linked projects, and optional guide link.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa
string
default:"es"
Language for localized content: en, es, fr, pt, it, de

Path Parameters

string
required
UUID of the task

Response

string
Task UUID
string
Task title
string
Task category
string
Task description
string
Due date (YYYY-MM-DD)
string
Task stage: not_applicable, pending, in_progress, completed, validated, deleted
array[object]
Every user assigned to the task, all equally accountable. Each entry includes completed_at, set once that person has finished their own part (only meaningful when completion_mode is all).
string
any (the first assignee to complete it finishes it for everyone) or all (every assignee must complete their own part before the task is marked done).
object
Deprecated. One of assignees, kept for backward compatibility; carries no special meaning.
array[object]
Linked projects, each with id and name
URL to a help guide for this task category

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: The task does not exist or belongs to another organization

Get Subtasks

List subtasks of this task

Update Task

Modify task fields