Spec
Validate Workflow Spec
Validate declarative YAML without changing the workflow.
Any error-level diagnostic responds with 400 and the structured issues.
Warnings do not make a spec invalid: a warning-only spec responds with
200, is_valid=True, and the warnings in diagnostics.
POST
Validate a declarative workflow YAML spec without changing workflow state.
A declarative spec uses
Handles are raw runtime handles and are validated against the block type and block configuration.
apiVersion: workflows.retab.com/v1alpha2. Edges must be explicit and handle-based:
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json