Agents
Get one of 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
Skill id (numbered per agent)
200application/json
Skill detail
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.
404
Agent or skill was not found
500
Internal server error