Tasks
List scheduled tasks
Required API-key scope: tasks:read. Optional query filters include created_after / created_before (RFC3339, inclusive).
Authorizations
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.
Query Parameters
Matches either controller variant: an owning address or an owning agent.
Only include tasks created at or after this RFC3339 timestamp.
Only include tasks created at or before this RFC3339 timestamp.
200application/json
Paginated list of tasks
address or agent — which controller_* field below is populated.
Checkpoint timestamp of the on-chain creation event; null for rows projected before on-chain timestamps were indexed (until a backfill + replay fills them).
Pagination metadata included in every listing response.
Token to pass as page_token to retrieve the next page. null means
there are no more pages.
Total number of items across all pages.
400
Invalid filter value
500
Internal server error