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

# List all API keys

`GET /v1/api-keys`

List all API keys for the authenticated subscriber. Secrets are masked.

## Response `200`

List of API keys

- ApiKeyListResponseDTO
  - `keys` ApiKeyResponseDTO[], required — List of API keys
    - `id` string, uuid, required — Unique identifier for the API key
    - `clientId` string, required — Public client ID used in API requests
    - `clientSecretPreview` string, required — Masked preview of the secret key
    - `env` string, required — Environment label for the API key
    - `createdAt` string, date-time, required — Timestamp when the API key was created

## Changes

> 52 revisions in range; 12 could not be searched.

- **2026-02-11** `b4f394f05daf` — 1 info
  - the endpoint scheme security `lorikeetClientId AND lorikeetSignatureAuthV1` was removed from the API
- **2026-01-29** `8545f19bf98a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/optechai/apis/lorikeet-api/changes/v1/api-keys/get.md)

---

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