---
title: "GET /log-levels/{ResourceIdentifier}#resourceType"
method: GET
path: "/log-levels/{ResourceIdentifier}#resourceType"
---

# GET /log-levels/{ResourceIdentifier}#resourceType

`GET /log-levels/{ResourceIdentifier}#resourceType`

Fetches the log-level override, if any, for a given resource-ID and resource-type. It can be used for a wireless device or a wireless gateway.

## Path parameters

- `ResourceIdentifier` string, required — The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.

## Query parameters

- `resourceType` string, required

## Response `200`

Success

- GetResourceLogLevelResponse
  - `LogLevel` 'INFO' | 'ERROR' | 'DISABLED' — The log level for a log message. The log levels can be disabled, or set to <code>ERROR</code> to display less verbose logs containing only error information, or to <code>INFO</code> for more detailed logs.

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerException
- `482` — ResourceNotFoundException
- `483` — ThrottlingException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/iotwireless.md) · [All operations](https://skmtc.net/aws/apis/iotwireless/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotwireless/revisions/022d242d4bce/schema)
