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

# List automations

`GET /v1/automations`

List all automations. Optionally filter by book_id to scope to a specific book.

## Query parameters

- `page` integer
- `per_page` integer
- `book_id` string

## Response `200`

successful

- object
  - `data` Automation[], required
    - `id` string, required — The ID of the automation
    - `name` string, required — The name of the automation
  - `pagination` object, required
    - `current_page` integer
    - `total_pages` integer
    - `total_count` integer
    - `per_page` integer

## Other responses

- `400` — bad request - invalid JSON
- `401` — unauthorized - missing or invalid token
- `403` — forbidden

---

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