Skip to main content
GET
Get workflow definition

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Workflow (version) identifier.

Example:

"k17demo8f8x7c9v0n2q4r6t8y1u3i5o"

Query Parameters

workspace_id
string

Optional workspace override. If omitted, Conduit resolves the workflow's workspace automatically.

Example:

"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"

Response

Workflow definition

Full workflow definition: metadata, trigger, and the step graph (steps + derived edges) as the Workflows editor stores it. Embedded secrets are redacted.

data
object
required