---
title: "GET /logging"
method: GET
path: "/logging"
---

# GET /logging

`GET /logging`

Retrieves the current settings of the AWS IoT Events logging options.

## Response `200`

Success

- DescribeLoggingOptionsResponse
  - `loggingOptions` object — The current settings of the AWS IoT Events logging options.
    - `roleArn` string, required — The ARN of the role that grants permission to AWS IoT Events to perform logging.
    - `level` 'ERROR' | 'INFO' | 'DEBUG', required — The logging level.
    - `enabled` boolean, required — If TRUE, logging is enabled for AWS IoT Events.
    - `detectorDebugOptions` DetectorDebugOption[] — Information that identifies those detector models and their detectors (instances) for which the logging level is given.
      - `detectorModelName` string, required — The name of the detector model.
      - `keyValue` string — The value of the input attribute key used to create the detector (the instance of the detector model).

## Other responses

- `480` — InvalidRequestException
- `481` — ThrottlingException
- `482` — InternalFailureException
- `483` — ResourceNotFoundException
- `484` — ServiceUnavailableException
- `485` — UnsupportedOperationException

---

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