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

# List Automations

`GET /automations`

Lists the workspace's saved automation templates, each with its id and a cursor for paging to the next page of results.

## Query parameters

- `cursor` string
- `version` 'published' | 'draft'

## Response `200`

- AutomationTemplateListResponse
  - `templates` AutomationTemplate[]
    - `name` string, required — The name of the automation template.
    - `id` string, required — The unique identifier of the automation template.
    - `version` 'published' | 'draft', required — The version of the template published or drafted.
    - `createdAt` string, date-time — ISO 8601 timestamp when the template was created.
    - `updatedAt` string, date-time — ISO 8601 timestamp when the template was last updated.
  - `cursor` string — A cursor token for pagination. Present when there are more results available.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/trycourier/apis/courier.md) · [All operations](https://skmtc.net/trycourier/apis/courier/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycourier/courier/versions/04f69fbf96a5/schema)
