List workflow versions
GET/workflows/:id/versions
Returns the full version history for a workflow, ordered newest first. Each version is an immutable snapshot of the workflow definition at the time it was saved. Use this for audit trails and rollback planning.
Request
Responses
- 200
- 404
Ordered list of workflow versions.
Workflow not found.