Data plane
Fetch
The Fetch
operation looks up and returns vectors, by ID, from a single namespace.
The returned vectors include the vector data and/or metadata.
GET
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
Query Parameters
The vector IDs to fetch. Does not accept values containing spaces. Limited to 1000 IDs.
Response
200
application/json
A successful response.
The response for the Fetch
operation.
The fetched vectors, in the form of a map between the fetched ids and the fetched vectors
The <a href='https://docs.pinecone.io/docs/namespaces'>namespace</a> of the vectors.
Example:
"example-namespace"