Search 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/executions</span></div>Refer to Spaces for more information.
Search across all workflow executions.<br/><br/>[Required authorization] Route required privileges: workflowsManagement:readExecution OR workflowsManagement:managed:readExecution.
Query parameters
KQL query string to filter executions.
Filter by execution status.
Filter by execution type.
Filter by the user who triggered the execution.
Filter by evaluated concurrency group key.
Datemath lower bound for filtering executions by startedAt.
Datemath upper bound for filtering executions by startedAt.
Datemath lower bound for filtering executions by finishedAt.
Datemath upper bound for filtering executions by finishedAt.
Field to collapse execution results by.
Field to sort by. One of: startedAt, duration, workflowId, triggeredBy.
Sort direction.
Page number.
Number of results to return.
Whether to track total hit count.
Response
Indicates a successful response