Skip to main content
Module

x/windmill/mod.ts>ScriptService.listHubScripts

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 ScriptService.listHubScripts
import { ScriptService } from "https://deno.land/x/windmill@v1.90.0/mod.ts";

list all available hub scripts

Returns

CancelablePromise<{ asks?: Array<{ id: number; ask_id: number; summary: string; app: string; approved: boolean; kind:
| "script"
| "failure"
| "trigger"
| "command"
| "approval"
; votes: number; views: number; }>; }>

any hub scripts list