---
title: "Get an ATO controller by ID"
method: GET
path: "/api/atos/{id}"
tags: ["ATO"]
---

# Get an ATO controller by ID

`GET /api/atos/{id}`

## Path parameters

- `id` string, required

## Response `200`

Found

- ATO
  - `id` string
  - `name` string, required
  - `inlet` string
  - `pump` string
  - `period` integer, required — Check period in seconds
  - `debounce` integer — Debounce duration in seconds
  - `control` boolean
  - `enable` boolean
  - `is_macro` boolean
  - `disable_on_alert` boolean
  - `one_shot` boolean
  - `notify` object
    - `enable` boolean
    - `max` integer

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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