Search across all automation executions in the tenant, with filters for state, template, app, and subject user.
Documentation Index
Fetch the complete documentation index at: https://conductorone-ian-account-to-user-pipeline.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
The SearchAllAutomationExecutionsRequest message.
Filter to executions associated with one or more apps.
Filter to one or more specific automation templates.
Filter by execution state (e.g. DONE, ERROR).
AUTOMATION_EXECUTION_STATE_UNSPECIFIED, AUTOMATION_EXECUTION_STATE_PENDING, AUTOMATION_EXECUTION_STATE_CREATING, AUTOMATION_EXECUTION_STATE_GET_STEP, AUTOMATION_EXECUTION_STATE_PROCESS_STEP, AUTOMATION_EXECUTION_STATE_COMPLETE_STEP, AUTOMATION_EXECUTION_STATE_DONE, AUTOMATION_EXECUTION_STATE_ERROR, AUTOMATION_EXECUTION_STATE_TERMINATE, AUTOMATION_EXECUTION_STATE_WAITING The AutomationExecutionExpandMask message.
Maximum number of results to return per page.
Pagination token from a previous SearchAllAutomationExecutionsResponse.
Filter to executions where one or more C1 users are subjects.
Successful response
The SearchAllAutomationExecutionsResponse message.