Skip to main content
GET
Get a specific API key

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

Authorizations

x-api-key
string
header
required

Service API key for team authentication

Path Parameters

id
string
required

The unique identifier of the API key.

Response

API key retrieved successfully

apiKey
object