v53

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

Get 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/{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.

get/api/workflows/workflow/{workflowId}/executions

Path parameters

workflowIdstring required

Workflow ID

Query parameters

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.

omitStepRunsboolean

Whether to exclude step-level execution data.

finishedAfterstring

Datemath lower bound for filtering executions by finishedAt (inclusive when parsed).

finishedBeforestring

Datemath upper bound for filtering executions by finishedAt (inclusive when parsed with roundUp).

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

Field to collapse execution results by.

sortField'createdAt' | 'finishedAt'

Field to sort executions by.

sortOrder'asc' | 'desc'

Sort order.

pagenumber

Page number.

sizenumber

Number of results per page.

startedAfterstring

Datemath lower bound for filtering executions by startedAt (inclusive when parsed).

startedBeforestring

Datemath upper bound for filtering executions by startedAt (inclusive when parsed with roundUp).

Response

Indicates a successful response