settings

Get workspace base configuration

Returns the workspace-scoped base DAG configuration YAML. Requires access to the workspace.

get/settings/workspaces/{workspaceName}/base-config

Path parameters

workspaceNamestring required

Workspace name. The reserved names all and default are not allowed.

Query parameters

remoteNodestring

name of the remote node

Response

Workspace base configuration

specstring required

The workspace base configuration in YAML format

errorsstring[] required

List of validation errors in the configuration

Changes