Validate a workflow's stored blueprint
POST/v1/workflows/:workflow_id/blueprint/validate
Structurally lint the blueprint already stored on a workflow.
Blocking problems make the blueprint unusable: no blocks at all, no trigger or more than one, an unknown block type, a duplicate block id, or an edge pointing at a block that does not exist. Warnings mean it is usable but probably not what you meant: a decision block missing one of its branches, a block unreachable from the trigger, or no end block.
Requires the workflows:read scope.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 429
Successful Response
Error
Error
Error
Error
Validation Error
Error