---
title: "List Automation Runs"
method: GET
path: "/api/automations/{automation_id}/runs"
---

# List Automation Runs

`GET /api/automations/{automation_id}/runs`

List all runs for an automation, with linked projects.

## Path parameters

- `automation_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/54e858aff21b/schema)
