The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: List Skill Versions
3url: https://platform.claude.com/docs/en/api/beta/skills/versions/list
4---
5
16# List Skill Versions
27
38**GET** `/v1/skills/{skill_id}/versions`
from line 39
3439
3540 - `string`
3641
37 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
42 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
3843
3944 - `"message-batches-2024-09-24"`
4045
from line 87
8287
8388 - `"user-profiles-2026-08-18"`
8489
90 - `"user-profiles-2026-09-04"`
91
8592 - `"advisor-tool-2026-03-01"`
8693
8794 - `"managed-agents-2026-04-01"`
from line 131
124131
125132 - `"mid-conversation-system-clear-at-2026-08-21"`
126133
134- `"anthropic-workspace-id": optional string`
135
127136## Returns
128137
129138- `data: array of BetaSkillVersion`
from line 139
130139
131140 List of skills.
132141
142 - `type: "skill_version"`
143
144 Object type.
145
146 For Skill Versions, this is always `"skill_version"`.
147
148 default: skill_version
149
133150 - `id: string`
134151
135152 Unique identifier for this Skill Version. The id addresses the version in
from line 176
159176 Unique identifier for the skill.
160177
161178 The format and length of IDs may change over time.
162
163 - `type: "skill_version"`
164
165 Object type.
166
167 For Skill Versions, this is always `"skill_version"`.
168
169 default: skill_version
170179
171180- `next_page: string or null`
172181