Skip to main content
Module

x/windmill/windmill-api/services/ServiceLogsService.ts>ServiceLogsService

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
class ServiceLogsService
import { ServiceLogsService } from "https://deno.land/x/windmill@v1.394.6/windmill-api/services/ServiceLogsService.ts";

Static Methods

getLogFile(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