Skip to main content
Fetch one federated API key by its prefix. Only metadata is returned; the plaintext key is shown exactly once at creation and is unrecoverable afterward. To inspect the model access and limits the key resolves to, fetch its group and read the effective_models block.

Errors

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

group_id
string
required
api_key_prefix
string
required

Response

200 - application/json
prefix
string
required

The prefix of the Model API key.

name
string | null

Optional display name.