Get workflow version
get_workflow_versionRetrieve a specific workflow version by its ID and number, including full builder definition with step parameter values and a value-light projection. Use for inspecting or restoring an older version.
Instructions
Get one exact workflow version, including its full builder definition with step parameter values and its value-light projection. Use current_version from get_workflow unless you intentionally need an older version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | Yes | The positive version number to retrieve. | |
| workflow_id | Yes | The workflow's UUID. |