Data
Fetch data
This page shows you how to use the fetch
endpoint to fetch records by ID from an index namespace. The returned records are complete, including all relevant dense vector, metadata, and sparse vector values.
You can fetch data using the Pinecone console.
Fetch records
To fetch records, specify the record IDs and the namespace. To use the default namespace (""
), specify the record IDs but no namespace.
The response looks like this:
Data freshness
Pinecone is eventually consistent, so there can be a slight delay before new or changed records are visible to queries. You can use the describe_index_stats
endpoint to check data freshness.
Was this page helpful?