Get workflow version
get_workflow_versionRetrieve a specific workflow version with its full builder definition, step parameter values, and value-light projection. Use to inspect or compare past workflow configurations.
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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| author | Yes | ||
| version | Yes | ||
| created_at | Yes | ||
| definition | No | Arbitrary JSON owned by the producing engine. | |
| projection | No | Arbitrary JSON owned by the producing engine. | |
| chat_run_id | Yes | ||
| workflow_id | Yes |