> ## 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_list

> List monitors for the authenticated team.

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

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

result = await firecrawl.monitor_list.ainvoke({})
```

## Query parameters

<div className="reference-table">
  | Field    | Type      | Description                                                                                                                  |
  | -------- | --------- | ---------------------------------------------------------------------------------------------------------------------------- |
  | `limit`  | `integer` | Maximum monitors to return. The server applies 25 when this is absent. <span className="field-constraints">≥ 1; ≤ 100</span> |
  | `offset` | `integer` | Number of monitors to skip. The server applies 0 when this is absent. <span className="field-constraints">≥ 0</span>         |
</div>
