Get Key Info
API Key Generator
Key Info
Get information about an API key. The key to query is specified in the Authorization header.
GET
Get Key Info
Documentation Index
Fetch the complete documentation index at: https://docs.tavily.com/llms.txt
Use this file to discover all available pages before exploring further.
Who can use this feature?
This feature is available on the Enterprise plan. Talk to an expert to learn more.
This feature is available on the Enterprise plan. Talk to an expert to learn more.
Authorizations
Bearer authentication header in the form Bearer , where is your Tavily API key (e.g., Bearer tvly-YOUR_API_KEY).
Response
200 - application/json
Key information retrieved successfully.
The name of the API key.
Example:
"test"
The creation timestamp.
Example:
"2026-02-23T21:48:01Z"
The expiration timestamp, or "never" if the key does not expire.
Example:
"never"
The type of key.
Available options:
development, production Example:
"development"
The current status of the key.
Available options:
active, deactivated Example:
"active"