Skip to main content
GET
Get workflow definition schema

Authorizations

Authorization
string
header
required

Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.

Response

Workflow definition JSON Schema

JSON Schema for a workflow definition input, derived from the workflow step and trigger validators. Call this before create_workflow / update_workflow to construct a valid definition.

data
object
required

JSON Schema document describing a valid workflow definition input: every step type with its config schema, every trigger type with its config schema, and the graph rules.