Skip to main content

Methods

Parameters

Parameters

str
required

Returns

GetAgentSkillVersionResponse

Usage

Parameters

Parameters

str
required

Returns

EmptyResponse
🔗 EmptyResponseSuccessful Response

Usage

List agent skill versions. Each manifest has source.type blob-storage and description only; use GET for full SKILL.md content.

Parameters

typing.Optional[str]
FQN filter for agent skill versions
typing.Optional[str]
Parent agent skill artifact ID
typing.Optional[str]
ML Repo ID filter
typing.Optional[str]
Agent skill name filter
typing.Optional[int]
Version number or ‘latest’
typing.Optional[int]
Pagination offset
typing.Optional[int]
Page size

Returns

SyncPager[AgentSkillVersion, ListAgentSkillVersionsResponse]

Usage