Skip to main content
GET

Authorizations

Authorization
string
header
required

An access token must be provided in the Authorization header using the Bearer scheme.

Headers

X-Pinecone-Api-Version
string
default:2025-10
required

Required date-based version header

Path Parameters

api_key_id
string<uuid>
required

API key ID

Response

The details of the API key, excluding the API key secret.

The details of an API key, without the secret.

id
string<uuid>
required

The unique ID of the API key.

name
string
required

The name of the API key.

project_id
string<uuid>
required

The ID of the project containing the API key.

roles
string[]
required

The roles assigned to the API key.

A role that can be assigned to an API key. Possible values: ProjectEditor, ProjectViewer, ControlPlaneEditor, ControlPlaneViewer, DataPlaneEditor, or DataPlaneViewer.