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.

Authentication

string
required
Workspace API key with management scope, passed as Authorization: Api-Key $BASETEN_API_KEY (or Bearer; both are accepted).

Path parameters

string
required
Internal Baseten ID of the group whose keys you want to list.

Query parameters

integer
Page size. Default 100, maximum 1000.
string
Pagination cursor from the previous response’s pagination.cursor. Omit on the first call.

Response

object[]
required
Key objects. Each item:
  • prefix (string): The key’s prefix.
  • name (string or null): Display name set when the key was minted.
object
required
  • has_more (boolean): true when more pages exist.
  • cursor (string or null): Cursor for the next page. null on the last page.

Errors