## 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