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