Skip to main content
GET
Retrieve a workflow

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer <API_KEY>.

Query Parameters

workflow_id
string
required

Workflow ID.

Response

OK

Full workflow configuration.

id
string

Workflow ID

name
string

Workflow name

description
string

Workflow description

create_at
string<date-time>

Workflow creation time

publish_at
string<date-time>

Workflow publish time

input_parameters
object[]

Input parameters required to run this workflow.