Skip to main content
Module

x/windmill/windmill-api/index.ts>ServiceLogsService.listLogFiles

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method ServiceLogsService.listLogFiles
import { ServiceLogsService } from "https://deno.land/x/windmill@v1.394.6/windmill-api/index.ts";

list log files ordered by timestamp

Parameters

unnamed 0: { before?: string; after?: string; withError?: boolean; }

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