Agents
List a skill's interface revision history
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)
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 skill revisions
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 or skill was not found
500
Internal server error