v1

latestOpenAPI 3.1.0MIT2026-07-26134154266.9 KB
Workflows (Beta)

[Beta] Get a workflow

Get a specific workflow by its UUID, including its blocks, trigger configuration, and active status. In companion context (acting user), the user’s unsaved draft — when one exists — is returned as the working copy in place of the latest saved version.

get/workflows/{workflow_id}

Path parameters

workflow_idstring required

Response

Default Response

idnumber required

Version serial ID

workflow_idstring required

Workflow UUID (groups all versions of the same workflow)

namestring required

Workflow name

descriptionstring nullable required

Workflow description

is_activeboolean nullable required

Whether this version is currently active

trigger_typestring required

Trigger type: "manual-trigger", "ai-trigger", "cron-trigger", "webhook", "form-trigger", or event-based triggers

version_numbernumber required

Version number (increments with each edit)

created_atstring date-time required
updated_atstring date-time required
{"stackTrail":"components:schemas:WorkflowDetailPublicResponseDto:properties:trigger_configuration:anyOf","oasType":"schema","type":"unknown","description":"Trigger-specific configuration","nullable":true}
webhook_urlstring nullable required

Trigger URL for webhook-type workflows. Call this URL (POST) to trigger the workflow. Null for non-webhook workflows.