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

# Retrieving Monitor

> Retrieve a specific monitor by its ID.

## Returns

Returns a [Monitor](/concepts/product/monitor) object for the given monitor ID.

## Example

```python theme={"system"}
monitor = galtea.monitors.get(monitor_id=monitor.id)
```

## Parameters

<ResponseField name="monitor_id" type="string" required>
  The ID of the monitor you want to retrieve.
</ResponseField>
