Get File
Get metadata for a specific file.
Args: file_id: UUID of the file to retrieve identity: Authentication identity containing org_id db: Database session
Returns: FileMetaResponse: File metadata including upload information
Raises: HTTPException: 404 if file not found or doesn't belong to org HTTPException: 500 if uploader information is corrupted
get/v1/files/{file_id}
Path parameters
file_idstring uuid required
Response
Successful Response