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

List Skill Versions changed

api/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+17added
Lines−8removed
From line 1 where the diff opens
First seen 20 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

## Headers

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/skills/versions/list
4---
5 
16# List Skill Versions
27 
38**GET** `/v1/skills/{skill_id}/versions`
from line 31
2631 
2732 Optionally set to the `next_page` token from the previous response.
2833 
34## Headers
35 
36- `"anthropic-workspace-id": optional string`
37 
2938## Returns
3039 
3140- `data: array of SkillVersion`
from line 41
3241 
3342 List of skills.
3443 
44 - `type: "skill_version"`
45 
46 Object type.
47 
48 For Skill Versions, this is always `"skill_version"`.
49 
50 default: skill_version
51 
3552 - `id: string`
3653 
3754 Unique identifier for this Skill Version. The id addresses the version in
from line 78
6178 Unique identifier for the skill.
6279 
6380 The format and length of IDs may change over time.
64 
65 - `type: "skill_version"`
66 
67 Object type.
68 
69 For Skill Versions, this is always `"skill_version"`.
70 
71 default: skill_version
7281 
7382- `next_page: string or null`
7483 
Feedback