import { ServiceLogsService } from "https://deno.land/x/windmill@v1.415.2/windmill-api/index.ts";
list log files ordered by timestamp
Returns
CancelablePromise<Array<{ hostname: string; mode: string; worker_group?: string; log_ts: string; file_path: string; ok_lines?: number; err_lines?: number; json_fmt: boolean; }>>
any time