class ServiceLogsServiceimport { ServiceLogsService } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/services/ServiceLogsService.ts"; Static MethodsgetLogFile(unnamed 0: { path: string; }): CancelablePromise<string>get log file by path listLogFiles(unnamed 0: { before?: string; after?: string; withError?: boolean; }): CancelablePromise<Array<{ hostname: string; mode: string; worker_group?: string; log_ts: string; file_path: string; ok_lines?: number; err_lines?: number; json_fmt: boolean; }>>list log files ordered by timestamp