Get your Exa API key
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
Authorizations
Service API key for team authentication
Query Parameters
Optional API key ID to retrieve a specific key
Response
List of API keys retrieved successfully
- Option 1
- Option 2