v53

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

Test a workflow step

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/step/test</span></div>

Refer to Spaces for more information.

Execute a single step from a workflow definition in test mode.<br/><br/>[Required authorization] Route required privileges: workflowsManagement:execute AND workflowsManagement:read.

post/api/workflows/step/test

Headers

kbn-xsrfstring required
Example:true

A required header to protect against CSRF attacks

Request body

contextOverrideobject required

Context overrides for the step execution.

executionContextobject

Execution context for the step execution.

stepIdstring required

ID of the step to test.

workflowIdstring

ID of the workflow containing the step.

workflowYamlstring required

YAML definition of the workflow containing the step.

Response

Indicates a successful response