latestOpenAPI 3.1.02026-08-149289225.1 KB

664536fccd0e

API keys

List API keys

get/api/v0beta1/api-keys

Query parameters

scope'organization' | 'user'

Restrict the listing to a single scope. Omit to list both organization- and user-scoped keys merged together.

Example:organization

Restrict the listing to a single scope. Omit to list both organization- and user-scoped keys merged together.

afterstring

Pagination cursor returned by a previous list call.

Example:cursor-2

Pagination cursor returned by a previous list call.

limitinteger

Maximum number of API keys to return.

Example:25

Maximum number of API keys to return.

Response

Page of API keys visible to the caller: organization-scoped keys for their org plus user-scoped keys they own, unless narrowed with scope.

Example response

{
  "data": [
    {
      "scope": "organization"
    }
  ]
}