Get Skill Version
api/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/skills/versions/retrieve Changed · +11 / -14 lines
# Get Skill Version ## Path parameters ## Returns ## Example ### Response (200) ## Get Skill Version ### Path Parameters ### Returns ### Example #### Response
---- -title: Get Skill Version -url: https://platform.claude.com/docs/en/api/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`
Requests carrying the `skills-2025-10-02` beta header address versions by their Unix epoch timestamp instead (e.g., "1759178010641129"). -### Returns +## Returns -- `SkillVersion object { id, created_at, description, 3 more }` +- `SkillVersion object` - `id: string`
ISO 8601 timestamp of when the skill was created. + format: date-time + - `description: string` Description of the skill version.
For Skill Versions, this is always `"skill_version"`. - - `"skill_version"` + default: skill_version -### Example +## Example -```http +```bash curl https://api.anthropic.com/v1/skills/$SKILL_ID/versions/$VERSION \ -H 'anthropic-version: 2023-06-01' \ -H "X-Api-Key: $ANTHROPIC_API_KEY" ``` -#### Response +### Response (200) ```json {