GET
/skills/{skill_id}/versions/{version}/contentDownload skill version content
Downloads the zip bundle for a specific skill version. Supply skill_id and version to identify the version whose content you want to download. The response contains the bundle as binary zip content.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
skill_idstringrequired
The identifier of the skill whose version content you want to download.
versionstringrequired
The version number of the skill bundle to download.
200Returns the skill version bundle as an application/zip binary response, or as an application/json string when the content is represented in JSON.
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 whose bundle you want to download.