v5
latestOpenAPI 3.1.02026-08-04166362486.5 KBdeprecated_vector_stores
[DEPRECATED] Get vector store file
DEPRECATED: Use GET /stores/{store_identifier}/files/{file_id} instead
get/v1/vector_stores/{vector_store_identifier}/files/{file_id}
Path parameters
The ID or name of the vector store
The ID or name of the file
Query parameters
return_chunksboolean
Whether to return the chunks for the file
Whether to return the chunks for the file
Response
The vector store file details
Example response
{
"version": 1,
"usage_bytes": 51200,
"chunks": [
{
"mime_type": "text/plain",
"model": "text-embedding-ada-002",
"context": "This chunk is from an SEC filing on ACME corp's Q2 2023 performance.",
"summary": "A short overview of ACME's Q2 2023 performance."
}
]
}