Get vector store file
GET {{baseUrl}}/vector_stores/:vector_store_id/files/:file_id
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
OpenAI-Beta | string |
RESPONSES
status: OK
{"id":"file-oc7YnIjScY3K7UW8kZ2ziVNo","object":"vector_store.file","usage_bytes":473383,"created_at":1725135845,"vector_store_id":"vs_r9TYb7Il6YNbtlJgMjA035O0","status":"completed","last_error":null,"chunking_strategy":{"type":"static","static":{"max_chunk_size_tokens":800,"chunk_overlap_tokens":400}}}