---
title: "List registered devices"
method: GET
path: "/api/device-registry"
tags: ["devices"]
---

# List registered devices

`GET /api/device-registry`

Returns all registered devices with computed status (online/offline/never_seen).

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

---

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