v1

latestOpenAPI 3.1.0Proprietary2026-07-265759203.4 KB
Workflow

Get Workflow

Retrieve a workflow's full details, including its block graph definition.

get/workflows/{workflow_id}

Path parameters

workflow_idstring uuid required

Headers

x-api-keystring nullable

Response

Successful Response

idstring required

Workflow identifier.

user_uuidstring nullable

User who created the workflow.

org_idstring nullable

Organization that owns the workflow.

namestring required

Workflow name.

descriptionstring nullable

Workflow description.

statusstring required

Lifecycle status of the workflow definition (e.g. draft, ready).

stepstring required

Current authoring step in the builder UI.

created_atstring date-time required

Timestamp when the record was created.

updated_atstring date-time required

Timestamp when the record was last updated.

last_run_datestring date-time nullable

Timestamp of the most recent run.