Skip to main content
GET
List the API keys of the current team. When includePolicySummary=true, each key includes a modelAccessPolicy summary, which is convenient for showing model access status on a list page. On page initialization, call this endpoint to get the summaries first, then query a single key’s full policy as needed.

Permissions

Returned according to the platform’s existing API key read permissions: Owner / Admin can list all keys in the team; Developer and Basic members see the keys they own, within their accessible scope.

Request Headers

Authorization
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Query Parameters

includePolicySummary
boolean
Whether to return the modelAccessPolicy summary for each key. Recommended to pass true on the frontend. When omitted or false, modelAccessPolicy may not be returned.

Response Parameters

keys
object[]
required
The list of API keys.
Last modified on July 22, 2026