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

# List API keys

`GET /keys/list`

List all active API keys for the authenticated user.

## Response `200`

List of API keys.

- object
  - `data` ApiKey[]
    - `id` string, uuid
    - `key` string — Full API key (only returned on creation)
    - `name` string
    - `key_prefix` string
    - `scopes` string[]
    - `last_used_at` string, date-time, nullable
    - `expires_at` string, date-time, nullable
    - `created_at` string, date-time

## Other responses

- `401` — Invalid or expired token.

---

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