cURL
Team Management
List API Keys
Retrieve all API keys belonging to your team with their metadata.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
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

