Get complete details about a specific file in a vector store.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/vector-stores/{vector_store_id}/files/{file_id}
Retrieve detailed information about a file including processing status, metadata, chunk count, and estimated completion time.
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 detailed file object including processing status, file metadata, chunk count, and timing information.
cURL
- Bash
- Python
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/organizations/org_abc123/vector-stores/vs_xyz789/files/file_abc456" \
-H "X-API-Key: $FREDDY_API_KEY"