---
title: "Get API keys list with pagination and filters"
method: GET
path: "/admin/api-keys"
tags: ["Admin API Keys"]
---

# Get API keys list with pagination and filters

`GET /admin/api-keys`

## Query parameters

- `isActive` boolean
- `search` string
- `limit` unknown
- `page` unknown

## Response `200`

- ApiKeysListResponseDto
  - `items` ApiKeyItemDto[], required
    - `id` string, required — Unique identifier
    - `name` string, required — Name of the API key
    - `description` string — Description
    - `keyPrefix` string, required — Key prefix for identification (first 8 chars)
    - `isActive` boolean, required — Whether the key is active
    - `lastUsedAt` string — Last time the key was used
    - `expiresAt` string — Expiration date
    - `createdAt` string, required — Creation timestamp
    - `updatedAt` string, required — Update timestamp
  - `total` number, required — Total count of items

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
