Skip to main content
GET
List agent skills

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.

ml_repo_id
string | null

Identifier of the ML Repo to filter agent skills by.

name
string | null

Name of the agent skill to filter by.

include_empty_agent_skills
boolean | null
default:true

Whether to include agent skills that have no versions.

Response

200 - application/json

List of agent skills matching the query with pagination information

data
AgentSkill · object[]
required

List of agent skills matching the query.

pagination
Pagination · object
required

Pagination information for the response.