Get Monitor Check
1 min read
get/monitor/{monitorId}/checks/{checkId}
Request example
Response
get/monitor/{monitorId}/checks/{checkId}
Authorization
Path parameters
The monitor ID
The monitor check ID
Query parameters
Number of page results to skip. Use the
next URL from the previous response for pagination.Default: 0
Range: >= 0
Options:
samenewchangedremovederrorResponses
application/json
Monitor check details
URL to fetch the next page of monitor check page results, if any.
Show child attributesHide child attributes
Options:
queuedrunningcompletedfailedpartialskipped_overlapOptions:
scheduledmanualUpper-bound credits reserved for this check before Firecrawl knows how many pages changed and require judging.
Final credits charged for this check after scrapes, crawls, and any changed-page judge calls complete.
Show child attributesHide child attributes
Options:
samenewchangedremovederrorExtra per-page metadata. For search monitors this includes
searchStatus, the finer-grained search disposition behind the top-level status: alert (maps to new), already_seen, watching, ignored (all map to same), or skipped (maps to error).Show child attributesHide child attributes
Whether the changed page is meaningful for the monitor goal.
Options:
highmediumlowInline diff artifact when the page changed. The shape depends on what the monitor's scrapeOptions.formats asked for. Markdown-only monitors populate both
text (unified diff) and json (parseDiff AST). JSON-extraction monitors populate json as a per-field {previous, current} map keyed by JSON path. Mixed-mode monitors (changeTracking with both json and git-diff modes) populate both text (markdown sidecar) and json (per-field diff).Show child attributesHide child attributes
Unified markdown diff. Present on markdown-only and mixed-mode monitors.
For markdown-only monitors, a parseDiff AST
{ files: [...] }. For JSON-extraction (and mixed-mode) monitors, a per-field { previous, current } map keyed by the JSON path into the extraction (e.g. plans[0].price).Snapshot of the current JSON extraction at this run. Present on JSON-extraction and mixed-mode monitors; absent for markdown-only monitors.
Show child attributesHide child attributes
The full structured JSON extracted on this run, matching the schema/prompt declared on the target's
changeTracking format.URL to fetch the next page of monitor check page results, if any.

