Retrieve an API key
Retrieves the metadata for an existing API key by its unique identifier. The raw secret is never returned — only token_prefix, permission_mode, project_scope, and lifecycle fields.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
API key id to retrieve (e.g. 01H...).
Query Parameters
When true, embed the api-key-scoped budget (config and limits only, no live usage) on the returned record.
Response
OK
Requested api-key. Raw token never included.