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/beta/skills/versions/retrieve
4---
5
16# Get Skill Version
27
38**GET** `/v1/skills/{skill_id}/versions/{version}`
from line 31
2631
2732 - `string`
2833
29 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
34 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3035
3136 - `"message-batches-2024-09-24"`
3237
from line 79
7479
7580 - `"user-profiles-2026-08-18"`
7681
82 - `"user-profiles-2026-09-04"`
83
7784 - `"advisor-tool-2026-03-01"`
7885
7986 - `"managed-agents-2026-04-01"`
from line 123
116123
117124 - `"mid-conversation-system-clear-at-2026-08-21"`
118125
126- `"anthropic-workspace-id": optional string`
127
119128## Returns
120129
121130- `BetaSkillVersion object`
122131
132 - `type: "skill_version"`
133
134 Object type.
135
136 For Skill Versions, this is always `"skill_version"`.
137
138 default: skill_version
139
123140 - `id: string`
124141
125142 Unique identifier for this Skill Version. The id addresses the version in
from line 166
149166 Unique identifier for the skill.
150167
151168 The format and length of IDs may change over time.
152
153 - `type: "skill_version"`
154
155 Object type.
156
157 For Skill Versions, this is always `"skill_version"`.
158
159 default: skill_version
160169
161170## Example
162171