latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-216381,9552.9 MB

f2cf3228f366

Automations

Search Automation Executions

Search for automation executions with optional filters for automation_template_id, state, and query. Each AutomationExecutionView row is large — request a small page_size (≤10) and set expand_mask to only the paths you need; broad expansion inlines whole related objects and bloats the response.

post/api/v1/search/automation_executions

Request body

automationTemplateIdstring

Filter results to executions of this automation template.

executionIdstring int64

Filter results to a specific execution by its numeric identifier.

executionStepStatesstring[] nullable

Filter results to executions in any of the specified states.

pageSizeinteger

Maximum number of results to return per page.

pageTokenstring

Pagination token from a previous SearchAutomationExecutionsResponse.

querystring

Free-text search query to filter executions.

Response

Successful response

nextPageTokenstring

Token to retrieve the next page of results, empty when no more results exist.