Tasks

Get task by object ID

Required API-key scope: tasks:read.

get /tasks/{task_object_id}

Authorizations

x-api-key string header required

Talus API Key in the form key_id.secret. The API also accepts Authorization: ApiKey <key_id.secret>, but the docs UI is configured to send x-api-key.

Path Parameters

task_object_id string required

Task object id

200application/json

Task detail

agent_object_id string | null
controller_address string | null
controller_agent_id string | null
controller_kind string required

address or agent — which controller_* field below is populated.

created_at string required
object_id string required
onchain_created_at string | null

Checkpoint timestamp of the on-chain creation event; null for rows projected before on-chain timestamps were indexed (until a backfill + replay fills them).

skill_id integer | null
status string required
updated_at string required

404

Task was not found

500

Internal server error