workflows
Get workflow step executions
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/workflows/workflow/{workflowId}/executions/steps</span></div>Refer to Spaces for more information.
Retrieve a paginated list of step-level execution records for a specific workflow. Optionally filter by step ID and include input or output data.<br/><br/>[Required authorization] Route required privileges: workflowsManagement:readExecution OR workflowsManagement:managed:readExecution.
get/api/workflows/workflow/{workflowId}/executions/steps
Path parameters
workflowIdstring required
Workflow ID
Query parameters
stepIdstring
Filter by step ID.
includeInputboolean
Include step input data.
includeOutputboolean
Include step output data.
pagenumber
Page number for pagination.
sizenumber
Number of results per page.
startedAfterstring
Datemath lower bound for filtering step executions by startedAt (inclusive when parsed).
startedBeforestring
Datemath upper bound for filtering step executions by startedAt (inclusive when parsed with roundUp).
Response
Indicates a successful response