---
title: "Get Skill Version"
method: GET
path: "/v1/skills/{skill_id}/versions/{version}"
tags: ["skills"]
---

# Get Skill Version

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

Retrieve a specific version for a skill.

## Path parameters

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

## Query parameters

- `collection` string, required

## Headers

- `anthropic-beta` string[], nullable

## Response `200`

Skill version found.

- SkillVersionResponse — Serialized skill version object returned by version endpoints.
  - `id` string, required — Unique skill version identifier.
  - `created_at` string, date-time, required — Creation timestamp.
  - `description` string, required — Skill version description from frontmatter.
  - `directory` string, required — Top-level directory name for this version.
  - `name` string, required — Skill name from frontmatter.
  - `skill_id` string, required — Parent skill identifier.
  - `type` 'skill_version' — Object type.
  - `version` string, required — Version token.

## Other responses

- `401` — Unauthorized
- `422` — Validation Error

---

[API](https://skmtc.dev/privategpt/apis/api-reference.md) · [All operations](https://skmtc.dev/privategpt/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/privategpt/api-reference/revisions/15d9ccfd68da/schema)
