Get workflow 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</span></div>Refer to Spaces for more information.
Retrieve a paginated list of executions for a specific workflow.<br/><br/>[Required authorization] Route required privileges: workflowsManagement:readExecution OR workflowsManagement:managed:readExecution.
Path parameters
Workflow ID
Query parameters
Filter by execution status.
Filter by execution type.
Filter by the user who triggered the execution.
Filter by evaluated concurrency group key.
Whether to exclude step-level execution data.
Datemath lower bound for filtering executions by finishedAt (inclusive when parsed).
Datemath upper bound for filtering executions by finishedAt (inclusive when parsed with roundUp).
Field to collapse execution results by.
Field to sort executions by.
Sort order.
Page number.
Number of results per page.
Datemath lower bound for filtering executions by startedAt (inclusive when parsed).
Datemath upper bound for filtering executions by startedAt (inclusive when parsed with roundUp).
Response
Indicates a successful response