Get Task
Get Task
Retrieve a single task by ID with full details
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
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faLanguage for localized content:
en, es, fr, pt, it, dePath Parameters
UUID of the task
Response
Task UUID
Task title
Task category
Task description
Due date (YYYY-MM-DD)
Task stage:
not_applicable, pending, in_progress, completed, validated, deletedAssigned user with
id, first_name, last_name, profile_img_urlLinked projects, each with
id and nameURL to a help guide for this task category
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The task does not exist or belongs to another organizationRelated Endpoints
Get Subtasks
List subtasks of this task
Update Task
Modify task fields

