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

fqn
string

Fully qualified name to filter agent skills by (format: 'agent-skill:{tenant}/{ml_repo}/{agent_skill_name}')

ml_repo_id
string

ML Repo ID filter

name
string

Agent skill name filter

offset
integer
default:0

Pagination offset

limit
integer

Page size

include_empty_agent_skills
boolean
default:true

Whether to include agent skills that have no versions

Response

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