---
title: "Get Automations"
method: GET
path: "/subscribers/{id_or_email}/automations"
tags: ["Subscribers"]
---

# Get Automations

`GET /subscribers/{id_or_email}/automations`

List automation attempts for a specific subscriber

## Path parameters

- `id_or_email` string, required

## Query parameters

- `page` integer — The page number of the paginated response.

## Response `200`

OK

- AutomationForSubscriberPage
  - `results` AutomationForSubscriber[], required — The list of results for this page.
    - `id` string, required — The ID of this automation attempt.
    - `name` string, required — The name of the automation that was triggered.
    - `status` 'unprocessed' | 'processed' | 'failed' | 'pending' | 'skipped', required — An enumeration.
    - `automation_id` string, required — The ID of the automation that was triggered.
    - `execution_date` string, date-time, required — When the automation attempt is scheduled to execute (or executed).
    - `actions` object[], required — The resolved actions the automation will take for this subscriber.
  - `next` string, nullable — The URL to the next page of results, if any.
  - `previous` string, nullable — The URL to the previous page of results, if any.
  - `count` integer, required — The total number of results across all pages.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `429` — Too Many Requests

---

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