Skip to main content
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

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

Response

200 - application/json
items
GatewayKeyInfoV1 · object[]
required

Items in this page.

pagination
PaginationResponseV1 · object
required

Pagination metadata for the page.