---
title: "List My Api Keys"
method: GET
path: "/api/me/api-keys"
tags: ["user-settings"]
---

# List My Api Keys

`GET /api/me/api-keys`

List the authenticated user's own API keys (paginated).

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- PaginatedUserApiKeyResponse
  - `items` UserApiKeyInfo[], required
    - `id` string, required
    - `name` string, required
    - `key_prefix` string, required
    - `scopes` string, nullable
    - `is_active` boolean, required
    - `expires_at` string, date-time, nullable
    - `last_used_at` string, date-time, nullable
    - `total_requests` integer
    - `created_at` string, required
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-03-22** `6dc2d6f33d44` — 4 breaking, 17 info
  - response property `items/items/expires_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/last_used_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `items/items/scopes` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `items/items/created_at` response's property type/format changed from `string`/`date-time` to `string`/`` for status `200`
  - …17 more

[Change history](https://skmtc.dev/fim-ai/apis/fim-one-api/changes/api/me/api-keys/get.md)

---

[API](https://skmtc.dev/fim-ai/apis/fim-one-api.md) · [All operations](https://skmtc.dev/fim-ai/apis/fim-one-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fim-ai/fim-one-api/revisions/89738ff55831/schema)
