---
title: "Get Automation Run"
method: GET
path: "/api/automation-runs/{automation_run_id}"
---

# Get Automation Run

`GET /api/automation-runs/{automation_run_id}`

Get a single automation run with its linked projects.

## Path parameters

- `automation_run_id` string, required

## Response `200`

Successful Response

- AutomationRunItem
  - `id` string, required
  - `organizationId` string, nullable
  - `status` string, nullable
  - `current_step` string, nullable
  - `started_at` string, nullable
  - `finished_at` string, nullable
  - `error_message` string, nullable
  - `results` unknown
  - `projects` AutomationRunProject[]
    - `id` string, required
    - `project_id` string, required
    - `name` string, nullable
    - `prompt` string, nullable
    - `thumbnail_url` string, nullable
    - `rendered_video_url` string, nullable
    - `status` string, nullable
    - `style` string, nullable
    - `aspect_ratio` string, nullable
    - `created_at` string, nullable
  - `agent_runs` AutomationRunAgentRun[]
    - `id` string, required
    - `type` string, nullable
    - `status` string, nullable
    - `started_at` string, nullable
    - `finished_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/latted/apis/motion-graphics-designer-api.md) · [All operations](https://skmtc.dev/latted/apis/motion-graphics-designer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/latted/motion-graphics-designer-api/revisions/f8e2de87ddae/schema)
