---
title: "Get Device"
method: GET
path: "/api/devices/{id}"
tags: ["Device"]
---

# Get Device

`GET /api/devices/{id}`

Get Device

## Response `200`

Device record

- object
  - `name` string — The Device's name
  - `description` string — The Device's description
  - `deviceModel` string — The Device's Model information
  - `applicationId` string — The ID of the Application to which the device belongs
  - `id` string

## Other responses

- `403` — Authenticated user not allowed to perform this operation
- `404` — Device not found

---

[API](https://skmtc.dev/cablelabs/apis/lpwan-server.md) · [All operations](https://skmtc.dev/cablelabs/apis/lpwan-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cablelabs/lpwan-server/revisions/a77a7d2af072/schema)
