Skip to main content
GET

Authorizations

Api-Key
string
header
required

An API Key is required to call Pinecone APIs. Get yours from the console.

Headers

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

Required date-based version header

Query Parameters

limit
integer<int32>

Max number namespaces to return per page.

paginationToken
string

Pagination token to continue a previous listing operation.

prefix
string

Prefix of the namespaces to list. Acts as a filter to return only namespaces that start with this prefix.

Response

A successful response

namespaces
object[]

The list of namespaces belonging to this index.

pagination
object
total_count
integer<int32>

The total number of namespaces in the index matching the prefix

Example:

25