Skip to main content
GET
Fetch a single task by id.

Authorizations

x-api-key
string
header
required

Path Parameters

task_id
string
required

Response

200 - application/json

Task read response (detail + list items share this shape).

id
string
required
assignments
TaskAssignmentResponse · object[]
content
Content · object | null
created_at
string | null
created_by_uuid
string | null
due_date
string | null
priority
string | null
status
string | null
title
string | null
updated_at
string | null
updated_by_uuid
string | null
visibility
string | null