Download Skill Version Content
api/beta/skills/versions/download
Nearest release: v2.1.245, published an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
api/beta/skills/versions/download Changed · +6 / -11 lines
# Download Skill Version Content ## Path parameters ## Headers ## Example ## Download Skill Version Content ### Path Parameters ### Header Parameters ### Example
---- -title: Download Skill Version Content -url: https://platform.claude.com/docs/en/api/beta/skills/versions/download ---- +# Download Skill Version Content -## Download Skill Version Content +**GET** `/v1/skills/{skill_id}/versions/{version}/content` -**get** `/v1/skills/{skill_id}/versions/{version}/content` - Download a skill version's content as a zip archive. -### Path Parameters +## Path parameters - `skill_id: string`
Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129"). -### Header Parameters +## Headers - `"anthropic-beta": optional array of AnthropicBeta`
- `"mid-conversation-tool-changes-2026-07-01"` -### Example +## Example -```http +```bash curl https://api.anthropic.com/v1/skills/$SKILL_ID/versions/$VERSION/content \ -H 'anthropic-version: 2023-06-01' \ -H 'anthropic-beta: skills-2025-10-02' \