Skip to main content
GET
List organization API keys
Lists all API keys for an organization.

Permissions

User must be owner or admin.

Response

Returns API keys with:
  • Key ID and prefix (sk_…)
  • Key name and description
  • Creation date and last used
  • Status (active/revoked)
Note: Full API key values are only shown once during creation.

Example

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

Response

API keys retrieved successfully