---
title: "Get a registered device"
method: GET
path: "/api/device-registry/{id}"
tags: ["devices"]
---

# Get a registered device

`GET /api/device-registry/{id}`

Returns a single device by ID with computed status.

## Path parameters

- `id` integer, required

## Response `200`

OK

- ApiDeviceResponse
  - `created_at` string
  - `id` integer
  - `imei` string
  - `label` string
  - `last_seen` string
  - `notes` string
  - `status` string
  - `type` string
  - `updated_at` string

## Other responses

- `400` — invalid ID
- `404` — not found

---

[API](https://skmtc.net/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.net/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/versions/c019b6af96ea/schema)
