POST
Validate Workflow
Checks the current workflow definition for structural errors โ€” missing required fields, invalid node configurations, broken edge references โ€” without placing a call or creating a run. If invalid, the response includes a list of errors each with a kind (node, edge, or workflow), the offending id, the field, and a human-readable message. See Errors for the full error schema.

Authorizations

Authorization
string
header
required

An EESI API key (sk-eesi-...) or a Clerk session token.

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

workflow_id
integer
required

Response

Successful Response

is_valid
boolean
required
errors
WorkflowError ยท object[]
required