Get a specific API key
Team Management
Get API Key
Retrieve details of a specific API key by its ID.
GET
Get a specific API key
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 Get API Key endpoint allows you to retrieve detailed information about a specific API key using its unique identifier.Path Parameters
- id: The unique identifier of the API key to retrieve
Response
Returns detailed information about the API key including:- id: Unique identifier
- name: Descriptive name
- rateLimit: Rate limit in requests per minute (if set)
- teamId: Team ID this key belongs to
- createdAt: When the key was created

