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

# List automations

`GET /automations`

Retrieves all automations in the workspace with their configuration details.

## Response `200`

List of automations

- object
  - `automations` Automation[]
    - `_id` string — Automation ID.
    - `title` string
    - `dataSource` object
      - `name` string
    - `dataSourceName` string
    - `docTemplateLink` string, uri — Google Doc template URL.
    - `newDocumentNameField` string
    - `isActive` boolean
    - `saveGoogleDoc` boolean
    - `locale` string
    - `formatNumbersWithLocale` boolean
    - `pdfExpiration` string, nullable
    - `dateCreated` string, date-time
    - `lastPreviewPdf` string, uri

## Other responses

- `401` — Invalid or missing API key

---

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