Tasks

Get the scheduled payment reserve for a task

Required API-key scope: tasks:read. The chain emits no event at reserve creation, so the reserve appears here only after the task's first payment draw or refill — a newly funded task returns 404 until then.

get /tasks/{task_object_id}/reserve

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

Scheduled payment reserve detail

agent_object_id string | null
created_at string required
interface_revision integer | null
occurrence_budget_mist integer<int64> required
refunded_amount integer | null
remaining_funds integer<int64> required
reserve_object_id string required
skill_id integer | null
source_kind string required
status string required
updated_at string required

404

Task or reserve was not found, or the reserve has not been drawn from yet

500

Internal server error