# Get file details Get complete details about a specific file in a vector store. Retrieve detailed information about a file including processing status, metadata, chunk count, and estimated completion time. #### Path Parameters **`organization_id`** string required The unique identifier of the organization. **`vector_store_id`** string required The unique identifier of the vector store. **`file_id`** string required The unique identifier of the file. ## Returns A detailed file object including processing status, file metadata, chunk count, and timing information. ## Related Resources - [List Files in Vector Store](/docs/api-reference/vector-stores/list-files) - [Get Processing Status](/docs/api-reference/vector-stores/file-status) - [Get Processing Logs](/docs/api-reference/vector-stores/file-logs) - [Add File to Vector Store](/docs/api-reference/vector-stores/add-file)