Tasks

Get task

Get a single task by ID, with its assignee's name resolved.

get/task/{id}

Path parameters

idstring required

Response

Task details

idstring required
projectIdstring required
positionnumber nullable required

Order within its column, ascending.

numbernumber nullable required

Per-project counter shown as {projectSlug}-{number}.

userIdstring nullable required

The assignee, if any.

titlestring required
descriptionstring nullable required
statusstring required

The slug of the column the task sits in.

prioritystring required

One of: no-priority, low, medium, high, urgent.

startDatestring date-time nullable required
dueDatestring date-time nullable required
createdAtstring date-time required
assigneeNamestring nullable required
assigneeIdstring nullable required

Changes