Download skill version content
GET/api/skills/:skill_id/versions/:version/content
experimental
Expect changes and instability. Introduced on June 24, 2026. Learn how experimental APIs work.
Download the installable bundle for a skill version available to the authenticated user.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 408
- 429
- 500
- 503
Successful response.
Response Headers
Content-Disposition
Attachment filename for the skill bundle.
Invalid request (malformed JSON, invalid parameter values, unknown fields).
Missing or invalid authentication token.
Token valid but lacks permission for the requested operation.
Resource not found.
Backend did not respond within the timeout window.
Rate limit exceeded. Includes Retry-After header.
Unexpected server-side failure.
Backend temporarily unavailable.