---
title: "Get an automation"
method: GET
path: "/v1/automations/{id}"
tags: ["Automations"]
---

# Get an automation

`GET /v1/automations/{id}`

Retrieve an automation by ID

## Path parameters

- `id` string, required

## Response `200`

successful

- Automation
  - `id` string, required — The ID of the automation
  - `name` string, required — The name of the automation

## Other responses

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

---

[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)
