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

file_idstring uuid required
status'uploading' | 'ready' required
original_namestring nullable required
size_bytesinteger nullable required
content_typestring nullable required
categorystring nullable required
created_atstring date-time required
uploaded_bystring nullable

Changes