Get Workspace Subgraph
get_workspace_subgraphRetrieve detailed information about a specific subgraph, including its name and node steps, by providing the workspace and subgraph IDs.
Instructions
Get details of a specific subgraph.
Args:
workspaceID (string, required): The workspace ID
subgraphID (string, required): The subgraph ID
Returns: Subgraph object with name and node steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subgraphID | Yes | The subgraph ID | |
| workspaceID | Yes | The workspace ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |