v1

latestOpenAPI 3.1.02026-08-04552282508.9 KB
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) - project_id: Filter by Kiwi project. Pass a UUID for that project, __none__ for workflows NOT bound to any project, or omit to list every workflow the user owns regardless of project.

Returns: List of workflows ordered by last updated

get/api/workflows

Query parameters

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