read_workflow_version
Retrieve a historical workflow version by its checkpoint number to compare against the current version before rolling back.
Instructions
Read one historical version of a workflow by its CHECKPOINT NUMBER (an integer like 3, from the version field in list_workflow_versions) — not by its versionId. Use it to diff two versions before rolling back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The workflow's id. | |
| version | Yes | The integer checkpoint number, e.g. 3. |