Get the processing status of a file in a vector store.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/vector-stores/{vector_store_id}/files/{file_id}/status
Check the current processing status of a file, including whether it's pending, processing, completed, or failed.
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.
A processing status object containing the current status, timestamps, and error information if applicable.