API keys
Get an API key
Fetch metadata for one federated API key by its prefix. The plaintext key is never returned after creation.
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
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.