Get Skill Version
api/beta/skills/versions/retrieve
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/retrieve Changed · +10 / -13 lines
# Get Skill Version ## Path parameters ## Headers ## Returns ## Example ### Response (200) ## Get Skill Version ### Path Parameters ### Header Parameters ### Returns ### Example #### Response
---- -title: Get Skill Version -url: https://platform.claude.com/docs/en/api/beta/skills/versions/retrieve ---- +# Get Skill Version -## Get Skill Version +**GET** `/v1/skills/{skill_id}/versions/{version}` -**get** `/v1/skills/{skill_id}/versions/{version}` - Get Skill Version -### 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"` -### Returns +## Returns - `id: string`
For Skill Versions, this is always `"skill_version"`. + default: skill_version + - `version: string` Version identifier for the skill.
Each version is identified by a Unix epoch timestamp (e.g., "1759178010641129"). -### Example +## Example -```http +```bash curl https://api.anthropic.com/v1/skills/$SKILL_ID/versions/$VERSION \ -H 'anthropic-version: 2023-06-01' \ -H 'anthropic-beta: skills-2025-10-02' \
-H "X-Api-Key: $ANTHROPIC_API_KEY" ``` -#### Response +### Response (200) ```json {