# Get file processing status Get the processing status of a file in a vector store. Check the current processing status of a file, including whether it's pending, processing, completed, or failed. #### 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 processing status object containing the current status, timestamps, and error information if applicable. ## Related Resources - [Add File to Vector Store](/docs/api-reference/vector-stores/add-file) - [Retry Failed Processing](/docs/api-reference/vector-stores/file-retry) - [Get Processing Logs](/docs/api-reference/vector-stores/file-logs) - [List Files in Vector Store](/docs/api-reference/vector-stores/list-files)