Skip to main content
Module

x/windmill/windmill-api/types/ObjectParamAPI.ts>ObjectScriptApi#listScripts

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 ObjectScriptApi.prototype.listScripts
import { ObjectScriptApi } from "https://deno.land/x/windmill@v1.28.1/windmill-api/types/ObjectParamAPI.ts";

list all available scripts

Parameters

param: ScriptApiListScriptsRequest

the request object

optional
options: Configuration

Returns

Promise<Array<Script>>