Tasks
Get task
Returns a single task with full details including its status, assignees, labels, and attachments.
GET
Get task
Requires the
tasks:read scope. You must be a member of the task’s workspace.
Access-restricted members receive 403 if the task belongs to a list outside
their permitted scope.Path parameters
The numeric task ID.
Response
Task identifier.
Workspace this task belongs to.
List this task belongs to.
null if not in a list.Task title.
Task description as an HTML string.
null if not set.Task priority. One of
urgent, high, medium, low, or none.Workspace-scoped sequential task number.
UTC ISO-8601 due date.
null if not set.UTC ISO-8601 start date.
null if not set.User ID of the task creator.
UTC ISO-8601 creation timestamp.
Current task status.
null if no status is assigned.Array of users assigned to the task. Empty array if unassigned.
Labels attached to the task. Empty array if no labels are assigned.
Direct subtasks of this task. Empty array if the task has no subtasks.
Confirmed file attachments on the task. Empty array if none.
Custom fields that apply to this task’s list, each with its current value. Fields restricted to other lists or folders are not returned. Fields the user does not have access to are also omitted.
Get task