Get Workspace Node
get_workspace_nodeRetrieve full details of a workspace node by workspace ID and node ID, including columns, transforms, joins, config, and metadata.
Instructions
Get details of a specific node in a workspace. Use list_workspaces to find workspace IDs.
Args:
workspaceID (string, required): The workspace ID
nodeID (string, required): The node ID
Returns: Full workspace node with columns, transforms, joins, config, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeID | Yes | The node ID | |
| workspaceID | Yes | The workspace ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |