---
title: "Get an analog input by ID"
method: GET
path: "/api/analog_inputs/{id}"
tags: ["AnalogInputs"]
---

# Get an analog input by ID

`GET /api/analog_inputs/{id}`

## Path parameters

- `id` string, required

## Response `200`

Analog input

- AnalogInput
  - `id` string
  - `name` string, required
  - `pin` integer
  - `driver` string, required

## Other responses

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

## Changes

- **2026-07-17** `85b870dc1814` — 1 info
  - endpoint added
- **2026-05-17** `246823ed55cc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/reef-pi/apis/reef-pi-api/changes/api/analog_inputs/:id/get.md)

---

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