GET
/skills/{skill_id}/versions/{version}Get a skill version
Retrieves a specific version of a skill. Supply skill_id and version to identify the skill version to retrieve. The response includes the version metadata, creation timestamp, name, and description.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
skill_idstringrequired
The identifier of the skill whose version you want to retrieve.
versionstringrequired
The version number of the skill to retrieve.
200Returns a skill version object containing its object type, unique identifier, skill identifier, version number, creation timestamp, name, and description.
objectstringrequired
The object type, which is `skill.version`.
idstringrequired
Unique identifier for the skill version.
skill_idstringrequired
Identifier of the skill for this version.
versionstringrequired
Version number for this skill.
created_atintegerrequired
Unix timestamp (seconds) for when the version was created.
namestringrequired
Name of the skill version.
descriptionstringrequired
Description of the skill version.
429Returned when the request was rejected because the rate limit was exceeded.
errorobjectrequired
Error handling
A 429 is returned when the request exceeds the rate limit. skill_id must identify the skill and version must specify the version to retrieve.