API keys
List API keys for a group
List the federated API keys minted under a Frontier Gateway group. Cursor-paginated.
List the federated API keys minted under a group. Results are cursor-paginated. Per-key responses carry only the
prefix and name; to inspect the model access and limits a key resolves to, fetch its group and read the effective_models block.
Query parameters
integer
Page size. Default 100, maximum 1000.
string
Pagination cursor from the previous response’s
pagination.cursor. Omit on the first call.Errors
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.