Skip to main content
GET
cURL
Personal keys include an owner object identifying the member the key belongs to. Organization admins see every member’s personal keys in the listing; other roles see only their own.

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Query Parameters

type
enum<string> | null

Filter by API key type Enum representing the category of an API key.

Available options:
PERSONAL,
ROUTES,
WORKSPACE_MANAGE_ALL,
WORKSPACE_EXPORT_METRICS,
WORKSPACE_INVOKE,
WORKSPACE_MANAGE_API_KEYS
created_by_me
boolean
default:false

Return only keys created by the authenticated user

Response

200 - application/json

A list of API keys.

keys
APIKeyInfoV1 · object[]
required

A list of API key information