|  | @@ -58,6 +58,7 @@ export const get = async (req: ExpressRequest, res: ExpressResponse): GetResult
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      const DEFAULT_LIMIT = 50;
 | 
	
		
			
				|  |  |      const result = await tryDo(queryEvents({
 | 
	
		
			
				|  |  | +        from: new Date(0),
 | 
	
		
			
				|  |  |          fields: ["level", "message", "label", "timestamp"],
 | 
	
		
			
				|  |  |          limit: isNumber(params.limit) ? +params.limit : DEFAULT_LIMIT,
 | 
	
		
			
				|  |  |          includeIds: true,
 |