Vectors
Fetch vectors
The fetch
operation looks up and returns vectors, by ID, from a single namespace. The returned vectors include the vector data and/or metadata.
For guidance and examples, see Fetch data.
GET
/
vectors
/
fetch
Authorizations
Api-Key
string
headerrequiredAn API Key is required to call Pinecone APIs. Get yours from the console.
Query Parameters
ids
string[]
requiredThe vector IDs to fetch. Does not accept values containing spaces.
namespace
string
Response
200 - application/json
The response for the fetch
operation.
vectors
object
namespace
string
The namespace of the vectors.
usage
object
Was this page helpful?