---
title: "Get Automation Run"
method: GET
path: "/automations/{automation_run_id}"
tags: ["Automations"]
---

# Get Automation Run

`GET /automations/{automation_run_id}`

## Path parameters

- `automation_run_id` string, uuid, required

## Response `200`

Successful Response

- AutomationRunDetail — Run detail: adds the agent trace and IDs for deep links.
  - `automation_run_id` string, uuid, required
  - `action_type` string, required
  - `source_type` string, required
  - `source_id` string, uuid, required
  - `run_status` string, required
  - `was_dry_run` boolean, required
  - `review_status` string, nullable
  - `proposed_folder_path` string, nullable
  - `proposed_filename` string, nullable
  - `confidence` number, nullable
  - `reasoning` string, nullable
  - `error` string, nullable
  - `executed_at` string, date-time, nullable
  - `occurred_at` string, date-time, nullable
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `source_label` string, nullable
  - `can_approve` boolean
  - `can_reject` boolean
  - `review_blocked_reason` string, nullable
  - `proposed_folder_id` string, nullable
  - `executed_file_id` string, nullable
  - `trace` object[], nullable
  - `input_tokens` integer, nullable
  - `output_tokens` integer, nullable
  - `matched_drive_matter_id` string, uuid, nullable
  - `match_method` string, nullable
  - `match_evidence` string, nullable
  - `proposed_payload` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
