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

List Skill Versions changed

api/beta/skills/versions/list

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+18added
Lines−9removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

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