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

# Download skill content

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

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

## Path parameters

- `skill_id` string, 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; 26 could not be searched.

- **2026-07-20** `da9c4e548709` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/gleanwork/apis/glean-platform-api/changes/api/skills/:skill_id/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)
