v1

latestOpenAPI 3.1.02026-08-04552282508.9 KB
Workflows

Create Workflow

Create a new workflow.

Request Body: - name: Workflow name - description: Optional description - workflow_type: Type of workflow (extract, fill, split, etc.) - nodes: List of workflow nodes - edges: List of workflow edges - is_template: Whether this is a reusable template - metadata_json: Additional metadata

Returns: Created workflow

post/api/workflows

Request body

namestring required
descriptionstring nullable
workflow_typestring required
is_templateboolean
metadata_jsonobject nullable
project_idstring nullable

Response

Successful Response

idstring required
user_idstring required
namestring required
descriptionstring nullable required
workflow_typestring required
nodesobject[] required
edgesobject[] required
is_activeboolean required
is_templateboolean required
last_executed_atstring nullable required
last_execution_statusstring nullable required
execution_countinteger required
created_atstring required
updated_atstring required
metadata_jsonobject required
project_idstring nullable
has_dashboardboolean