GET /api-keys/
This endpoint returns detailed information about a single API key. For security, the full key value is never returned.Path Parameters
The ID of the API key to retrieve.
Response
The unique identifier for the API key.
The user-defined name for the key.
A masked preview of the key (e.g.,
llm_1234...abcd).Whether the key is active and can be used.
ISO 8601 timestamp of when the key was last used.
ISO 8601 timestamp of key creation.