latestOpenAPI 3.1.02026-08-145132109.4 KB

e4dda8c7f007

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

Query parameters

uploaded_by'client' | 'firm'

Filter attached_files by who uploaded them. "firm" returns only task-level files (uploaded by firm users), "client" returns only assignee task files (uploaded by clients). Omit to return both.

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