Get details about a specific file by its ID.
GEThttps://api.aitronos.com/v1/organizations/{organization_id}/files/{file_id}
Retrieve complete metadata for a previously uploaded file including storage path, size, and upload information.
organization_id string required
The unique identifier of the organization.
file_id string required
The unique identifier of the file (format: file_*).
A File object with complete file metadata including storage path, size, MIME type, and upload details.
cURL
- Bash
- Python
- Python
- JavaScript
curl -X GET "https://api.aitronos.com/v1/organizations/org_abc123/files/file_xyz789" \
-H "X-API-Key: $FREDDY_API_KEY"