Skip to main content
GET
Get workflow

Authorizations

x-api-key
string
header
required

API key authentication. Get your key from Settings → API Keys.

Path Parameters

workflowId
string<uuid>
required

Workflow ID

Response

Workflow details

Detailed workflow information

id
string<uuid>
required

Unique workflow identifier

name
string
required

Workflow name

description
string
required

Workflow description

created_at
string<date-time>
required

Timestamp when the workflow was created

updated_at
string<date-time>
required

Timestamp when the workflow was last updated

input_schema
any | null

JSON Schema defining the expected input format for workflow execution. Null if no input required.