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

# Download skill version content

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

Download the installable bundle for a skill version available to the authenticated user.

## Path parameters

- `skill_id` string, required
- `version` integer, required

## Response `200`

Successful response.

## Other responses

- `400` — Invalid request (malformed JSON, invalid parameter values, unknown fields).
- `401` — Missing or invalid authentication token.
- `403` — Token valid but lacks permission for the requested operation.
- `404` — Resource not found.
- `408` — Backend did not respond within the timeout window.
- `429` — Rate limit exceeded. Includes Retry-After header.
- `500` — Unexpected server-side failure.
- `503` — Backend temporarily unavailable.

## Changes

> 68 revisions in range; 6 could not be searched.

- **2026-08-07** `359f2d1c01a7` — 32 warning
  - added the new `spend_limit_exceeded` enum value to the `code` response property for the response status `400`
  - added the new `spend_limit_exceeded` enum value to the `code` response property for the response status `401`
  - added the new `spend_limit_exceeded` enum value to the `code` response property for the response status `403`
  - added the new `spend_limit_exceeded` enum value to the `code` response property for the response status `404`
  - …28 more
- **2026-08-05** `6c00d0b889b7` — 16 warning
  - added the new `tools_unauthorized` enum value to the `code` response property for the response status `400`
  - added the new `tools_unauthorized` enum value to the `code` response property for the response status `401`
  - added the new `tools_unauthorized` enum value to the `code` response property for the response status `403`
  - added the new `tools_unauthorized` enum value to the `code` response property for the response status `404`
  - …12 more
- **2026-07-20** `da9c4e548709` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleanwork/apis/glean-platform-api/changes/api/skills/:skill_id/versions/:version/content/get.md)

---

[API](https://skmtc.dev/gleanwork/apis/glean-platform-api.md) · [All operations](https://skmtc.dev/gleanwork/apis/glean-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gleanwork/glean-platform-api/revisions/46c121f70527/schema)
