---
title: "List API Keys"
method: GET
path: "/api/me/api-keys"
tags: ["API Keys"]
---

# List API Keys

`GET /api/me/api-keys`

List all API keys created by the authenticated user.

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Paginated list of API keys

- object
  - `items` UserApiKeyInfo[]
    - `id` string
    - `name` string
    - `key_prefix` string — First 8 characters of the key (fim_****)
    - `scopes` string, nullable — Comma-separated scopes (chat, agents, kb, connectors, admin)
    - `is_active` boolean
    - `expires_at` string, date-time, nullable
    - `last_used_at` string, date-time, nullable
    - `total_requests` integer
    - `created_at` string, date-time
  - `total` integer
  - `page` integer
  - `size` integer
  - `pages` integer

## Other responses

- `401` — Unauthorized

---

[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/6832c00d58dc/schema)
