v53

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

Search workflow executions

Spaces method and path for this operation:

<div><span class="operation-verb get">get</span>&nbsp;<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.

get/api/workflows/workflow/executions

Query parameters

kqlstring

KQL query string to filter executions.

statusesstring[]

Filter by execution status.

executionTypesstring[]

Filter by execution type.

executedBystring[]

Filter by the user who triggered the execution.

concurrencyGroupKeystring

Filter by evaluated concurrency group key.

startedAfterstring

Datemath lower bound for filtering executions by startedAt.

startedBeforestring

Datemath upper bound for filtering executions by startedAt.

finishedAfterstring

Datemath lower bound for filtering executions by finishedAt.

finishedBeforestring

Datemath upper bound for filtering executions by finishedAt.

collapse'concurrencyGroupKey' | 'status' | 'executedBy' | 'triggeredBy'

Field to collapse execution results by.

sortField'startedAt' | 'duration' | 'workflowId' | 'triggeredBy'

Field to sort by. One of: startedAt, duration, workflowId, triggeredBy.

sortOrder'asc' | 'desc'

Sort direction.

pagenumber

Page number.

sizenumber

Number of results to return.

trackTotalHitsboolean

Whether to track total hit count.

Response

Indicates a successful response