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

# List API Keys

`GET /v1/user/api-keys`

List your active (non-revoked) API keys. Secrets are never returned — only a short non-secret prefix for identification.

## Response `200`

Active API keys

- ApiKeyListResponse
  - `success` true
  - `apiKeys` ApiKeyMeta[]
    - `id` string, uuid
    - `name` string
    - `keyPrefix` string — Non-secret prefix for identification.
    - `createdAt` string, date-time
    - `lastUsedAt` string, date-time, nullable
    - `revokedAt` string, date-time, nullable

## Other responses

- `401` — Error
- `503` — Error

---

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