---
title: "Get API key details"
method: GET
path: "/v1/api-keys/{id}"
tags: ["API Keys"]
---

# Get API key details

`GET /v1/api-keys/{id}`

Get details of a specific API key. Secret is masked.

## Path parameters

- `id` string, uuid, required

## Response `200`

API key details

- ApiKeyResponseDTO
  - `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

## Other responses

- `404` — API key not found

## 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/:id/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)
