GET
/skills/{skill_id}/contentDownload skill content
Downloads the ZIP bundle for a skill by its identifier. Use the returned binary content when you need to inspect, store, or redistribute the skill bundle according to your project requirements. The endpoint can also return the bundle through an application response representation.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
skill_idstringrequired
The identifier of the skill to download.
200Returns the skill ZIP bundle as binary content, with an application representation also available.
429Returned when the request is rejected because the rate limit has been exceeded.
errorobjectrequired
Error handling
A 429 is returned when the request exceeds the rate limit. skill_id must identify the skill whose ZIP bundle you want to download.