Skip to main content

List Workspace Nodes

GET 

/api/v1/workspaces/:workspaceID/nodes

Get a collection of nodes for a workspace.

Request

Path Parameters

    workspaceID stringrequired

    The workspace ID.

Query Parameters

    detail boolean

    Include the full detail of the nodes.

Responses

A collection of nodes for an environment.

Schema

    data

    object

    required

    A collection of nodes for an environment.

    anyOf

  • Array [

  • database stringrequired

    The Snowflake database name.

    id stringrequired

    The Coalesce Node ID.

    locationName stringrequired

    The Storage Mapping location.

    name stringrequired

    The Node name.

    nodeType

    object

    required

    anyOf

    string

    Possible values: [Dimension, Fact, Hub, Link, Satellite, Source, Stage, View, persistentStage]

    schema stringrequired

    The database schema name.

  • ]

Loading...