list_skill_versions
Lists a skill's version history to find the versionId needed for restoring a skill to a specific version.
Instructions
List a skill's version history — checkpoints (every save) and major versions (named releases). Use this to find the versionId you need for restore_skill_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The skill's id. | |
| type | No | Which kind to list. Defaults to all. | |
| limit | No | Default 50. | |
| offset | No | Default 0. |