Skip to main content
GET
Get task details

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Task ID

Response

Task details with messages

messages
object[]
required

Array of task messages

task
object
required
blocked_reason
string

Stable machine-readable reason why can_continue is false. Omitted when continuation is allowed. Current values include read_only, isolated_workspace_purged, free_usage_exhausted, and free_task_budget_exhausted.

can_continue
boolean

Whether the current viewer should be offered another run in this task. This is additive advisory metadata; task creation remains the authoritative admission check.

read_only
boolean

True when viewer has read-only access (e.g. team member viewing a team task)

stream
object
streamUrls
object[]

Presigned URLs for stream content

streams
object[]

Each agent run for this task, oldest first. Run settings are included when available.