---
title: "List Automation Executions"
method: GET
path: "/api/v1/automation_executions"
tags: ["Automations"]
---

# List Automation Executions

`GET /api/v1/automation_executions`

List all automation executions in the tenant with pagination support.

## Response `200`

Successful response

- C1ApiAutomationsV1ListAutomationExecutionsResponse — The ListAutomationExecutionsResponse message.
  - `automationExecutions` C1ApiAutomationsV1AutomationExecution[], nullable — The page of automation executions.
    - `automationTemplateId` string — The automationTemplateId field.
    - `completedAt` string, date-time
    - `context` C1ApiAutomationsV1AutomationContext — The AutomationContext message.
      - `context` object
    - `createdAt` string, date-time
    - `currentVersion` integer — The currentVersion field.
    - `deletedAt` string, date-time
    - `duration` string, duration
    - `id` string, int64 — The id field.
    - `isDraft` boolean — The isDraft field.
    - `state` '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' | 'AUTOMATION_EXECUTION_STATE_PAUSED_BY_CIRCUIT_BREAKER' — The state field.
    - `updatedAt` string, date-time
  - `nextPageToken` string — Token to retrieve the next page of results, empty when no more results exist.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/d391405a35d3/schema)
