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

# List Automations

`GET /v1/automations`

List all automations for a given organization

## Headers

- `Authorization` string, required

## Response `200`

OK

- TypeListAutomationsOutput
  - `automations` TypeAutomationOutput[]
    - `description` string
    - `domainName` string, required
    - `id` string, required
    - `schema` string
    - `template` string

---

[API](https://skmtc.net/airtop/apis/airtop-api.md) · [All operations](https://skmtc.net/airtop/apis/airtop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airtop/airtop-api/revisions/4a02eb5d21ca/schema)
