Read a workflow's blueprint
GET/v1/workflows/:workflow_id/blueprint
Read a workflow's blueprint — the visual intent design (blocks and edges)
that describes what the workflow is meant to do, ahead of the executable
graph.
A workflow that has no blueprint yet answers with has_blueprint: false and
empty blocks and edges rather than an error; an unknown workflow returns 404.
Requires the workflows:read scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error