v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
Automations

Search Automation Executions

Search for automation executions with optional filters for automation_template_id, state, and query.

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.