Skip to main content

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

List of workflow versions, newest first