---
title: "Fetch controller inputs"
method: GET
path: "/controller_inputs"
tags: ["Controller Inputs"]
---

# Fetch controller inputs

`GET /controller_inputs`

## Query parameters

- `controller_id` integer, required

## Response `200`

OK

- object[]
  - `id` integer, required — The ID of the controller input
  - `channel` number, required — The channel of the controller input
  - `name` string, required — The name of the controller input
  - `type` 'contact_sensor' | 'request_to_exit' | 'null', nullable, required — The type of the controller input. Will only be set for inputs belonging to Controller Pro 1.0 and Controller Pro 1.1 controllers.
  - `status` 'open' | 'closed' | 'cut' | 'short', required — The status of the controller input.
  - `created_at` string, date-time, required — When the controller input was created
  - `updated_at` string, date-time, required — When the controller input was updated
  - `controller_id` integer, required — The controller ID of the controller input
  - `controller_input_connection_id` integer, nullable, required — The controller_input_connection ID of the controller input

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