GET
Get Task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Response

Successful Response

config
TaskConfig · object
required

The task definition. One saved config — no versions, no publish step.

created_at
string<date-time>
required
created_by
string<uuid> | null
required
id
string<uuid>
required
last_run
TaskRunSummary · object | null
required

A run, as the list page shows it: what happened, when, and what it cost.

error is the same object a full run carries rather than a bare type, so one reader answers "how did it go" for both — a summary that spelled the same fact differently would be two shapes for one question.

updated_at
string<date-time>
required