GET
firecrawl_monitor_list.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List monitors for the authenticated team.
from charter.packs import firecrawl
result = await firecrawl.monitor_list.ainvoke({})
| Field | Type | Description |
|---|---|---|
limit | integer | Maximum monitors to return. The server applies 25 when this is absent. ≥ 1; ≤ 100 |
offset | integer | Number of monitors to skip. The server applies 0 when this is absent. ≥ 0 |
Was this page helpful?