Read a workflow
GET/workflows/definitions/:id
Returns the workflow and one resolved revision: the latest by default, or the one selected with revision or alias (mutually exclusive).
Request
Responses
- 200
- 4XX
- 5XX
The workflow and the resolved revision.
Client error. The body says what went wrong: an error type, a human-readable detail, and, on validation failures, one entry per offending field.
Unexpected server error.