GET
firecrawl_monitor_checks_list.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List checks for a monitor.
from charter.packs import firecrawl
result = await firecrawl.monitor_checks_list.ainvoke({"monitorId": ...})
| Field | Type | Description |
|---|---|---|
monitorId * | string | The monitor ID |
| Field | Type | Description |
|---|---|---|
limit | integer | Maximum checks to return. The server applies 25 when this is absent. ≥ 1; ≤ 100 |
offset | integer | Number of checks to skip. The server applies 0 when this is absent. ≥ 0 |
status | MonitorCheckStatus | Filter checks by status. |
Was this page helpful?