---
title: "Get Automation Execution"
method: GET
path: "/api/v1/automation_executions/{id}"
tags: ["Automations"]
---

# Get Automation Execution

`GET /api/v1/automation_executions/{id}`

Retrieve a single automation execution by its unique identifier, with optional expanded related objects.

## Path parameters

- `id` string, int64, required — The unique identifier of the automation execution to retrieve.

## Response `200`

Successful response

- C1ApiAutomationsV1GetAutomationExecutionResponse — The GetAutomationExecutionResponse message.
  - `automationExecution` C1ApiAutomationsV1AutomationExecution — The AutomationExecution message.
    - `automationTemplateId` string — The automationTemplateId field.
    - `completedAt` string, date-time, nullable
    - `context` C1ApiAutomationsV1AutomationContext — The AutomationContext message.
      - `context` object, nullable
    - `createdAt` string, date-time, nullable
    - `currentVersion` integer — The currentVersion field.
    - `deletedAt` string, date-time, nullable
    - `duration` string, duration, nullable
    - `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, nullable
  - `expanded` object[], nullable — Related objects requested via the expand mask.
    - `@type` string — The type of the serialized message.
  - `view` C1ApiAutomationsV1AutomationExecutionView — The AutomationExecutionView message.
    - `automationExecution` C1ApiAutomationsV1AutomationExecution — The AutomationExecution message.
      - `automationTemplateId` string — The automationTemplateId field.
      - `completedAt` string, date-time, nullable
      - `context` C1ApiAutomationsV1AutomationContext — The AutomationContext message.
        - `context` object, nullable
      - `createdAt` string, date-time, nullable
      - `currentVersion` integer — The currentVersion field.
      - `deletedAt` string, date-time, nullable
      - `duration` string, duration, nullable
      - `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, nullable
    - `automationExecutionTriggerPath` string — The automationExecutionTriggerPath field.
    - `automationPath` string — The automationPath field.

## Changes

> 33 revisions in range; 1 could not be searched.

- **2026-05-15** `f6e337c979e4` — 2 warning
  - added the new `AUTOMATION_EXECUTION_STATE_PAUSED_BY_CIRCUIT_BREAKER` enum value to the `automationExecution/state` response property for the response status `200`
  - added the new `AUTOMATION_EXECUTION_STATE_PAUSED_BY_CIRCUIT_BREAKER` enum value to the `view/automationExecution/state` response property for the response status `200`
- **2025-12-05** `db31ee81cba5` — 2 info
  - added the optional property `expanded` to the response with the `200` status
  - added the optional property `view` to the response with the `200` status
- **2025-05-30** `d5c56e8615fe` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/automation_executions/:id/get.md)

---

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