list_prompt_snippet_versions
View version history of a prompt snippet, including checkpoints and major releases, to locate a version ID for restoration.
Instructions
List a prompt_snippet's version history — checkpoints (every save) and major versions (named releases). Use this to find the versionId you need for restore_prompt_snippet_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The prompt_snippet's id. | |
| type | No | Which kind to list. Defaults to all. | |
| limit | No | Default 50. | |
| offset | No | Default 0. |