获取所有API请求记录
List<Map<String, dynamic>> getApiRequests() { if (!_isInitialized) return []; return apiMonitor.getRequests(); }