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.
cURL
- Bash
- Python
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/organizations/org_abc123/vector-stores/vs_xyz789/files/file_abc456/status" \
-H "X-API-Key: $FREDDY_API_KEY"