v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
workflows

Run a workflow

Spaces method and path for this operation:

<div><span class="operation-verb post">post</span>&nbsp;<span class="operation-path">/s/{space_id}/api/workflows/workflow/{id}/run</span></div>

Refer to Spaces for more information.

Execute a workflow by its ID with the provided inputs. The workflow must be enabled and have a valid definition. Returns an execution ID that can be used to monitor progress.<br/><br/>[Required authorization] Route required privileges: workflowsManagement:execute AND workflowsManagement:read.

post/api/workflows/workflow/{id}/run

Path parameters

idstring required

Workflow ID

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

inputsobject required

Key-value inputs for the workflow execution.

metadataobject

Optional metadata for the execution.

Response

Indicates a successful response