# Get file metadata by ID Retrieve file metadata by Aiwyn ID Returns file metadata including filename, source type, status, and optional download URL. Query Parameters: - includeDownloadUrl (optional, default: false) - When true, generates a time-limited signed download URL Response includes: - File metadata (id, filename, fileSource, fileStatus, active, timestamps) - FileInfo metadata (size, creator information) if available - Signed download URL (only when includeDownloadUrl=true and file has GCS path) Note: Download URLs are time-limited (15 minutes) and should be used promptly. Business Applications: - Retrieve file metadata for display - Generate download URLs for file access - Verify file existence and status Endpoint: GET /api/v1/files/{id} Version: 1.0.0 Security: BearerAuth ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields