---
title: "Get current device configuration"
method: GET
path: "/api/device-registry/{id}/config"
tags: ["devices"]
---

# Get current device configuration

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

Returns the latest YAML configuration version for a device, or 204 if no config exists.

## Path parameters

- `id` integer, required

## Response `200`

OK

- ApiDeviceConfigVersionResponse
  - `comment` string
  - `created_at` string
  - `version` integer
  - `yaml` string

## Other responses

- `204` — No configuration exists
- `400` — invalid ID
- `404` — device 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)
