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

ids
string[]
required

The vector IDs to fetch. Does not accept values containing spaces.

namespace
string

The namespace to fetch vectors from. If not provided, the default namespace is used.

Response

A successful response.

The response for the fetch operation.

vectors
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors · object
namespace
string

The namespace of the vectors.

Example:

"example-namespace"

usage
object