Search for automation executions with optional filters for automation_template_id, state, and query.
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 SearchAutomationExecutionsRequest message.
Filter results to executions of this automation template.
Filter results to a specific execution by its numeric identifier.
Filter results to executions in any of the specified states.
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 SearchAutomationExecutionsResponse.
Free-text search query to filter executions.
Restrict results to specific execution references.
Successful response
The SearchAutomationExecutionsResponse message.