list_workflow_versions
Retrieve workflow version history including checkpoints and major versions to obtain versionId for restoring workflows.
Instructions
List a workflow's version history — checkpoints (every save) and major versions (named releases). Use this to find the versionId you need for restore_workflow_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The workflow's id. | |
| type | No | Which kind to list. Defaults to all. | |
| limit | No | Default 50. | |
| offset | No | Default 0. |