---
title: "List Automation Runs"
method: GET
path: "/automations"
tags: ["Automations"]
---

# List Automation Runs

`GET /automations`

## Query parameters

- `review_status` string, nullable — Filter by review status
- `source_type` string, nullable — Filter by source type
- `include_contact_sync` boolean — Developer-only: include RingCentral contact-sync runs. These are high-volume operational noise for customers, so they are hidden unless a developer opts in.
- `page` integer
- `page_size` integer

## Response `200`

Successful Response

- AutomationRunsResponse
  - `items` AutomationRunItem[], required
    - `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
  - `total` integer, required
  - `page` integer, required
  - `page_size` integer, required

## 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)
