> ## Documentation Index
> Fetch the complete documentation index at: https://docs.generalrobotics.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# MonitorScope

> MonitorScope

```python theme={null}
from grid_nexus_client import MonitorScope
```

## Fields

<ResponseField name="robot_id" type="str" />

<ResponseField name="session_id" type="str | None" default="None" />

<ResponseField name="deployment_id" type="str | None" default="None" />

<ResponseField name="environment" type="str" default="'unknown'" />

## Constructor

```python Signature theme={null}
MonitorScope(
    robot_id: str,
    session_id: str | None = None,
    deployment_id: str | None = None,
    environment: str = 'unknown',
)
```


## Related topics

- [Your first skill](/get-started/first-skill.md)
