List a workflow's versions
GET/api/v1/workflows/:workflow_id/versions
Returns the workflow's archived state machines, newest first. A version is written on create and on every subsequent write that changes the definition (states, transitions, payload_schema) — through the REST API or a formation apply alike. Metadata-only edits (name, description) do not archive a version. See Versioning.
Request
Responses
- 200
- 401
- 403
- 404
List of workflow versions, newest first
Unauthorized
Forbidden
Workflow not found