Team Management
List API Keys
Retrieve all API keys belonging to your team with their metadata.
GET
cURL
Get your Exa API key
The Team Management API is enabled per team. It authenticates with a service account API key, which is created from the Service keys tab on the API keys page once the feature is enabled for your team. Contact support@exa.ai to request access.
Overview
The List API Keys endpoint returns all API keys associated with your team. This includes the key ID, name, rate limit, and creation timestamp for each key.Response Format
The response includes an array of API key objects with the following information:- id: Unique identifier for the API key
- name: Human-readable name (if provided during creation)
- rateLimit: Rate limit in requests per minute (if set)
- createdAt: ISO 8601 timestamp of when the key was created