---
title: "Retrieve persisted per API logging data."
method: GET
path: "/api-logging-configs"
tags: ["Logging"]
---

# Retrieve persisted per API logging data.

`GET /api-logging-configs`

This retrieve the persisted API logging data for API logging support.

## Headers

- `xWSO2Tenant` string, required

## Response `200`

Event Received success

- APILoggingConfigList
  - `apis` APILoggingConfig[]
    - `context` string, required
    - `logLevel` string, required
    - `resourceMethod` string
    - `resourcePath` string

## Other responses

- `default` — Unexpected error

## Changes

- **2025-04-28** `f5a15d634ad3` — 1 breaking
  - added the new required `header` request parameter `xWSO2Tenant`
- **2025-04-03** `eb07388f2892` — 2 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `default`
- **2024-01-29** `f2e9e07fd354` — 2 breaking, 1 warning
  - removed the media type `application/json` for the response with the status `200`
  - removed the media type `application/json` for the response with the status `default`
  - deleted the `header` request parameter `xWSO2Tenant`

[Change history](https://skmtc.dev/wso2/apis/internal-utility-api/changes/api-logging-configs/get.md)

---

[API](https://skmtc.dev/wso2/apis/internal-utility-api.md) · [All operations](https://skmtc.dev/wso2/apis/internal-utility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wso2/internal-utility-api/revisions/0be9aa8493bc/schema)
