Skip to main content
GET
Get task detail

Headers

x-project-id
string<uuid>
required

Project ID for tenant scoping

X-Workspace-Id
string<uuid> | null

Overrides the key's workspace

X-API-Key
string | null

User API key

Path Parameters

task_id
string<uuid>
required

Task to fetch.

Query Parameters

timeline_cursor
string | null

Pagination cursor for the task timeline (from a prior response's next_cursor).

timeline_kind
enum<string>
default:all

Filter the task timeline to one kind: all/comment/activity/approval/workflow.

Available options:
all,
comment,
activity,
approval,
workflow,
ask_question

Body

application/json
Available options:
timeline,
relations,
attachments,
approvals

Response

Successful Response

task
TaskDetail · object
required
timeline
TimelineResponse · object | null
relations
RelationResponse · object[] | null
approvals
ApprovalRead · object[] | null