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:read AND workflowsManagement:readExecution. Extended privileges (optional, expand functionality when granted): workflowsManagement:managed:readExecution.
Path parameters
Workflow ID
Query parameters
Filter by step ID.
Include step input data.
Include step output data.
Page number for pagination.
Number of results per page.
Datemath lower bound for filtering step executions by startedAt (inclusive when parsed).
Datemath upper bound for filtering step executions by startedAt (inclusive when parsed with roundUp).
Response
Indicates a successful response