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

# monitor_get

> Get a monitor by ID.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.firecrawl.dev/v2/monitor/{monitorId}"}</code></div>

```python firecrawl_monitor_get.py theme={null}
from charter.packs import firecrawl

result = await firecrawl.monitor_get.ainvoke({"monitorId": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                             | Type     | Description    |
  | ----------------------------------------------------------------- | -------- | -------------- |
  | `monitorId` <span className="required" title="required">\*</span> | `string` | The monitor ID |
</div>
