v32

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-312881,4162.7 MB
Vector stores

Retrieve vector store file content

Retrieve the parsed contents of a vector store file.

get/vector_stores/{vector_store_id}/files/{file_id}/content

Path parameters

vector_store_idstring required
Example:vs_abc123

The ID of the vector store.

file_idstring required
Example:file-abc123

The ID of the file within the vector store.

Response

OK

object'vector_store.file_content.page' required

The object type, which is always vector_store.file_content.page

has_moreboolean required

Indicates if there are more content pages to fetch.

next_pagestring nullable required

The token for the next page, if any.