---
title: "Download a skill version zip bundle."
method: GET
path: "/skills/{skill_id}/versions/{version}/content"
tags: ["Skills"]
---

# Download a skill version zip bundle.

`GET /skills/{skill_id}/versions/{version}/content`

## Path parameters

- `skill_id` string, required
- `version` string, required — The skill version number.

## Response `200`

The skill zip bundle.

- string

## Other responses

- `429` — The request was rejected because a rate limit was exceeded.

## Changes

- **2026-09-08** `bb9b3b410112` — 1 info
  - added the non-success response with the status `429`
- **2026-05-13** `74cbcf73838f` — 1 info
  - endpoint added
- **2024-08-23** `5856f8b0c850` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/openai/apis/openapi/changes/skills/:skill_id/versions/:version/content/get.md)

---

[API](https://skmtc.dev/openai/apis/openapi.md) · [All operations](https://skmtc.dev/openai/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc.dev/openai/apis/openapi/revisions/bb9b3b410112?raw)
