API Keys
Get API key details
Get the details of an API key, excluding the API key secret.
get/admin/api-keys/{api_key_id}
Path parameters
api_key_idstring uuid required
API key ID
Headers
X-Pinecone-Api-Versionstring required
Required date-based version header
Response
The details of the API key, excluding the API key secret.
Example response
{
"roles": [
"ProjectEditor"
]
}