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.

Query Parameters

ids
string[]
required

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

namespace
string

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