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

# List User Api Keys

`GET /api/users/me/api-keys`

List all API keys for the current user (without showing full keys)

## Headers

- `x-api-key` string, nullable
- `authorization` string, nullable

## Response `200`

Successful Response

- APIKeyResponse[]
  - `id` string, required
  - `name` string, required
  - `key_prefix` string, required
  - `created_at` string, date-time, required
  - `last_used_at` string, date-time, nullable, required
  - `is_active` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
