API keys
Get all API keys
Lists metadata for your personal API keys and the team keys you can manage. Organization admins also receive every member’s personal keys.
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
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Query Parameters
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 Return only keys created by the authenticated user
Response
200 - application/json
A list of API keys.
A list of API key information