v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Skills

List skill versions for a skill.

List skill versions for a skill.

get/skills/{skill_id}/versions

Path parameters

skill_idstring required
Example:skill_123

The identifier of the skill.

Query parameters

limitinteger

Number of versions to retrieve.

order'asc' | 'desc'

Sort order of results by version number.

afterstring
Example:skillver_123

The skill version ID to start after.

Response

Success

object'list' required

The type of object returned, must be list.

first_idstring nullable required

The ID of the first item in the list.

last_idstring nullable required

The ID of the last item in the list.

has_moreboolean required

Whether there are more items available.