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 theDocumentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
prefix and name; to inspect the model access and limits a key resolves to, fetch its group and read the effective_models block.
Api-Key <your-key>.pagination.cursor. Omit on the first call.prefix (string): The key’s prefix.name (string or null): Display name set when the key was minted.has_more (boolean): true when more pages exist.cursor (string or null): Cursor for the next page. null on the last page.| Status | Meaning |
|---|---|
403 Forbidden | The group exists but isn’t in your workspace, or the caller doesn’t have management scope. |
404 Not Found | No group with this id in your workspace, or it has been deleted. |