Get Subtasks
Get Subtasks
Retrieve all subtasks of a given task
GET
Get Subtasks
Get Subtasks
Retrieve all subtasks of a given parent task. Subtasks are created by settingparent_task_id when creating a task.
Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the parent task
Response
Returns an array of task objects. See List All Tasks for full field descriptions.Task UUID
Task title
Task description
Due date (YYYY-MM-DD)
Task stage:
not_applicable, pending, in_progress, completed, validated, deletedTask category
Assigned user with
id, first_name, last_name, emailProjects this task belongs to, each with
id, name, type, etc.Task comments, each with
id and commentCompletion progress (0–100)
Task tags
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 Task
Get parent task details
Create Task
Create a subtask with parent_task_id

