Workflows

List Workflows

List all workflows for the current user.

Query Parameters: - workflow_type: Filter by workflow type (extract, fill, split, etc.) - is_template: Filter by template status - is_active: Filter by active status (default: True)

Returns: List of workflows ordered by last updated

get/api/workflows

Query parameters

workflow_typestring nullable
is_templateboolean nullable
is_activeboolean 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

Changes