Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Get Skill Version changed

api/skills/versions/retrieve

Nearest release: v2.1.268, published under 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.

Recorded here
Lines+17added
Lines−8removed
From line 1 where the diff opens
First seen 20 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

## Headers

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Get Skill Version
3url: https://platform.claude.com/docs/en/api/skills/versions/retrieve
4---
5 
16# Get Skill Version
27 
38**GET** `/v1/skills/{skill_id}/versions/{version}`
from line 23
1823 
1924 Requests carrying the `skills-2025-10-02` beta header address versions by their Unix epoch timestamp instead (e.g., "1759178010641129").
2025 
26## Headers
27 
28- `"anthropic-workspace-id": optional string`
29 
2130## Returns
2231 
2332- `SkillVersion object`
2433 
34 - `type: "skill_version"`
35 
36 Object type.
37 
38 For Skill Versions, this is always `"skill_version"`.
39 
40 default: skill_version
41 
2542 - `id: string`
2643 
2744 Unique identifier for this Skill Version. The id addresses the version in
from line 68
5168 Unique identifier for the skill.
5269 
5370 The format and length of IDs may change over time.
54 
55 - `type: "skill_version"`
56 
57 Object type.
58 
59 For Skill Versions, this is always `"skill_version"`.
60 
61 default: skill_version
6271 
6372## Example
6473 
Feedback