Fetch an archived workflow version
GET/api/v1/workflows/:workflow_id/versions/:version
Returns the exact state machine a given version describes. Every task records the version it entered on in workflow_version and runs on that machine for its whole life, so this is how you read the definition a task is actually being validated against — including a task whose workflow has been rewired since.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Archived workflow version
Bad request — version is not a positive integer
Unauthorized
Forbidden
Not found