Skip to main content
GET
List agent skill versions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer | null
default:100

Number of items per page

Required range: 1 <= x <= 1000
Example:

10

offset
integer | null
default:0

Number of items to skip

Required range: x >= 0
Example:

0

fqn
string | null

Fully Qualified Name uniquely identifying the agent skill version.

agent_skill_id
string | null

Identifier of the agent skill whose versions are being listed.

ml_repo_id
string | null

Identifier of the ML Repo to filter agent skill versions by.

name
string | null

Name of the agent skill to filter versions by.

version
integer | null

Version number (positive integer) to filter by.

Response

200 - application/json

List of agent skill versions matching the query with pagination information

data
AgentSkillVersion · object[]
required

List of agent skill versions matching the query.

pagination
Pagination · object
required

Pagination information for the response.