// Script Modules

List script modules

List the script modules in a workspace.

GET/api/script-module

Description

Returns the workspace's script modules: name, description, and script language.

Parameters

NameInTypeRequiredDescription
workspaceId query string yes ID of the workspace.

Errors

StatusMeaning
400 Invalid workspaceId.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.