Skip to main content

GET /api-keys/

This endpoint returns detailed information about a single API key. For security, the full key value is never returned.

Path Parameters

string
required
The ID of the API key to retrieve.

Response

string
The unique identifier for the API key.
string
The user-defined name for the key.
string
A masked preview of the key (e.g., llm_1234...abcd).
boolean
Whether the key is active and can be used.
string
ISO 8601 timestamp of when the key was last used.
string
ISO 8601 timestamp of key creation.