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

# Get a specific device configuration version

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

Returns a single configuration version by version number.

## Path parameters

- `id` integer, required
- `version` integer, required

## Response `200`

OK

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

## Other responses

- `400` — invalid ID or version
- `404` — device or version not found

---

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