---
title: "Retrieve a list of automations"
method: GET
path: "/automations"
tags: ["Automations"]
---

# Retrieve a list of automations

`GET /automations`

## Query parameters

- `status` 'enabled' | 'disabled'
- `limit` integer
- `after` string
- `before` string

## Response `200`

OK

- ListAutomationsResponse
  - `object` string — Type of the response object.
  - `has_more` boolean — Indicates if there are more results available.
  - `data` AutomationListItem[] — Array of automations.
    - `id` string — The ID of the automation.
    - `name` string — The name of the automation.
    - `status` 'enabled' | 'disabled' — The current status of the automation.
    - `created_at` string — The date and time the automation was created.
    - `updated_at` string — The date and time the automation was last updated.

## Changes

- **2026-08-12** `014b301a9623` — 1 info
  - api operation id `automations/list` was added
- **2026-04-06** `71045dac277d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/resend/apis/resend/changes/automations/get.md)

---

[API](https://skmtc.dev/resend/apis/resend.md) · [All operations](https://skmtc.dev/resend/apis/resend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resend/resend/revisions/c8f176a4457e/schema)
