Preview Workflow
POST/api/v1/workflows/:workflow_id/preview
Evaluate saved workflow steps without executing actions.
A separate route fails closed against old API instances during rollout; an ignored optional dry-run flag on the live route could send real alerts.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
OK
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error