v1

latestOpenAPI 3.1.02026-08-06492794.7 KB
Tasks

Get task

Returns full details on a task by task_id, including task-level and assignee task file attachments.

get/projects/{project_id}/tasks/{id}

Path parameters

project_idinteger required

ID of the project

idinteger required

ID of the task

Response

successfully returns the task

idinteger
namestring

Name of the task

descriptionstring

Description of the task - supports limited subset of HTML <b>, <ul>, <li>, <br>, and <a>.

description_as_stringstring

Plain text description of the task

status'to_do' | 'pending_review' | 'approved'

Status of the task

created_atstring date-time
updated_atstring date-time