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

f2cf3228f366

Automations

Search All Automation Executions

Search across all automation executions in the tenant, with filters for state, template, app, and subject user. 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/all_automation_executions

Request body

appIdsstring[] nullable

Filter to executions associated with one or more apps.

automationTemplateIdsstring[] nullable

Filter to one or more specific automation templates.

executionStatesstring[] nullable

Filter by execution state (e.g. DONE, ERROR).

pageSizeinteger

Maximum number of results to return per page.

pageTokenstring

Pagination token from a previous SearchAllAutomationExecutionsResponse.

subjectUserIdsstring[] nullable

Filter to executions where one or more C1 users are subjects.

Response

Successful response

nextPageTokenstring

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