---
title: "Gets thing config status."
method: GET
path: "/things/{thingUID}/config/status"
tags: ["things"]
---

# Gets thing config status.

`GET /things/{thingUID}/config/status`

## Path parameters

- `thingUID` string, required

## Headers

- `Accept-Language` string

## Response `200`

OK

- ConfigStatusMessage[]
  - `parameterName` string
  - `type` 'INFORMATION' | 'WARNING' | 'ERROR' | 'PENDING'
  - `message` string
  - `statusCode` integer

## Other responses

- `404` — Thing not found.

---

[API](https://skmtc.net/openhab/apis/openhab-rest-api.md) · [All operations](https://skmtc.net/openhab/apis/openhab-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openhab/openhab-rest-api/versions/0f2ce17cab3e/schema)
