---
title: "Get Automation Runs"
method: GET
path: "/api/v3/automations/{automation_id}/runs"
tags: ["Automations"]
---

# Get Automation Runs

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

## Path parameters

- `automation_id` string, required

## Query parameters

- `statuses` AutomationExecutionStatus[], nullable

## Response `200`

Successful Response

- AutomationRunResponse[]
  - `id` string, uuid, required
  - `automation_id` string, uuid, required
  - `status` 'pending' | 'executing' | 'completed' | 'failed' | 'cancelled', required
  - `created_at` string, date-time, required
  - `completed_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.net/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/versions/85804e68d86d/schema)
