---
title: "Fetch controller relays"
method: GET
path: "/controller_relays"
tags: ["Controller Relays"]
---

# Fetch controller relays

`GET /controller_relays`

## Query parameters

- `controller_id` integer, required

## Response `200`

OK

- object[]
  - `id` integer, required — The ID of the controller relay
  - `channel` number, required — The channel of the controller relay
  - `name` string, required — The name of the controller relay
  - `status` 'released' | 'triggered', required — The status of the controller relay.
  - `aux` boolean, required — Whether the relay is aux
  - `created_at` string, date-time, required — When the controller relay was created
  - `updated_at` string, date-time, required — When the controller relay was updated
  - `controller_id` integer, required — The controller ID of the controller relay
  - `controller_relay_connection_id` integer, nullable, required — The controller_relay_connection ID of the controller relay

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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