List an orchestration's graph versions
GET/api/v1/orchestrations/:orchestration_id/versions
Returns the orchestration's archived graphs, newest first. A version is written on create and on every subsequent write that changes the graph (nodes, edges, state_schema, input_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 orchestration versions, newest first
Unauthorized
Forbidden
Orchestration not found