Agents
List an agent's skills
Required API-key scope: agents:read.
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.
Path Parameters
Agent object id
Query Parameters
Opaque token representing the page offset. Omit for the first page.
Maximum number of items to return. Defaults to 20.
200application/json
Paginated list of skills
On-chain SkillRecord.active snapshot.
On-chain SkillRecord.description snapshot; null when the record has
not been fetched yet.
Checkpoint timestamp of the on-chain creation event; null for rows projected before on-chain timestamps were indexed (until a backfill + replay fills them).
When the record snapshot was last applied.
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.
404
Agent was not found
500
Internal server error