Fetch an archived orchestration version
GET/api/v1/orchestrations/:orchestration_id/versions/:version
Returns the exact graph a given version describes. Every run records the version it started on in orchestration_version and executes that graph for its whole life, so this is how you read the topology a run actually took — including a run whose orchestration has been rewired since.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Archived orchestration version
Bad Request — version is not a positive integer
Unauthorized
Forbidden
Not found