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.