list_flow_versions
List a flow's version history to locate checkpoint or major version IDs for restoring a previous state.
Instructions
List a flow's version history — checkpoints (every save) and major versions (named releases). Use this to find the versionId you need for restore_flow_version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The flow's id. | |
| type | No | Which kind to list. Defaults to all. | |
| limit | No | Default 50. | |
| offset | No | Default 0. |