---
title: "GET /event-log-configurations"
method: GET
path: "/event-log-configurations"
---

# GET /event-log-configurations

`GET /event-log-configurations`

List all event log configurations for an account.

## Query parameters

- `NextToken` string
- `MaxResults` integer

## Response `200`

Success

- ListEventLogConfigurationsResponse
  - `EventLogConfigurationList` EventLogConfigurationSummary[] — A list of each event log configuration and pertinent information.
    - `Id` string — The identifier of the event log configuration.
    - `ResourceType` string — The type of resource for the event log configuration.
    - `ResourceId` string — The identifier of the resource for the event log configuration.
    - `EventLogLevel` 'DEBUG' | 'ERROR' | 'INFO' | 'WARN' — The logging level for the event log configuration.
  - `NextToken` string — A token that can be used to retrieve the next set of results.

## Other responses

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

---

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