Get an orchestration
GET/v1/projects/:project_id/orchestrations/:orchestration_id
Returns one orchestration with its nodes and edges. Belonging to another project responds 404, not 403 — existence is not leaked.
Request
Responses
- 200
- 401
- 404
- 502
Orchestration details.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.