GET
firecrawl_monitor_check_get.py
from charter.packs import firecrawl
result = await firecrawl.monitor_check_get.ainvoke({"monitorId": ..., "checkId": ...})
Path parameters
| Field | Type | Description |
|---|---|---|
monitorId * | string | The monitor ID |
checkId * | string | The monitor check ID |
Query parameters
| Field | Type | Description |
|---|---|---|
limit | integer | Maximum page results to return. The server applies 25 when this is absent. ≥ 1; ≤ 100 |
skip | integer | Number of page results to skip. The server applies 0 when this is absent. ≥ 0 |
status | MonitorPageStatus | Filter page results by status. |