---
title: "An Array of API keys generated"
method: GET
path: "/api-keys"
---

# An Array of API keys generated

`GET /api-keys`

This will provide API keys generated

## Headers

- `xWSO2Tenant` string, required

## Response `200`

An array of API keys

- APIKeyList[]
  - `count` integer — Number of API Keys returned.
  - `list` APIKey[]
    - `apiKeyHash` string
    - `keyName` string
    - `keyType` string
    - `status` string
    - `expiresAt` integer
    - `authUser` string
    - `appId` integer
    - `apiId` integer
    - `applicationUUID` string
    - `apiUUID` string
    - `validityPeriod` integer
    - `createdTime` integer
    - `additionalProperties` object
    - `keyBoundary` 'API' | 'APPLICATION'
  - `pagination` Pagination
    - `offset` integer
    - `limit` integer
    - `total` integer
    - `next` string — Link to the next subset of resources qualified. Empty if no more resources are to be returned.
    - `previous` string — Link to the previous subset of resources qualified. Empty if current subset is the first subset returned.

## Other responses

- `default` — Unexpected error

## Changes

- **2026-03-31** `ad2626ba3873` — 1 breaking, 7 info
  - the `items/list/items/expiresAt` response's property type/format changed from `integer`/`int32` to `integer`/`int64` for status `200`
  - added the optional property `items/list/items/apiId` to the response with the `200` status
  - added the optional property `items/list/items/apiUUID` to the response with the `200` status
  - added the optional property `items/list/items/applicationUUID` to the response with the `200` status
  - …4 more
- **2026-03-03** `cec411265a9b` — 1 warning, 1 info
  - removed the optional property `items/list/items/validityPeriod` from the response with the `200` status
  - added the optional property `items/list/items/expiresAt` to the response with the `200` status
- **2026-03-01** `0eac6fe7f9f0` — 1 info
  - endpoint added
- **2024-01-29** `f2e9e07fd354` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/wso2/apis/internal-utility-api/changes/api-keys/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)
