Get Environment Overview
get_environment_overviewRetrieve environment details and all its deployed nodes in a single call for a full environment overview.
Instructions
Get environment details and all its deployed nodes in a single call.
Args:
environmentID (string, required): The environment ID
Returns: { environment: EnvironmentObject, nodes: NodeObject[] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentID | Yes | The environment ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodes | No | ||
| environment | No |