id | string | The identifier, which can be referenced in API endpoints. |
chunking_strategy | object | The strategy used to chunk the file. |
created_at | integer | The Unix timestamp (in seconds) for when the vector store file was created. |
last_error | object | The last error associated with this vector store file. Will be null if there are no errors. |
object | string | The object type, which is always vector_store.file . |
status | string | The status of the vector store file, which can be either in_progress , completed , cancelled , or failed . The status completed indicates that the vector store file is ready for use. |
usage_bytes | integer | The total vector store usage in bytes. Note that this may be different from the original file size. |
vector_store_id | string | The ID of the vector store that the File is attached to. |