API Key Model Access
List API Keys (with Model Access Summary)
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
Bearer authentication format, for example: Bearer {{API Key}}.
Query Parameters
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
The list of API keys.
Last modified on July 22, 2026