Skip to main content

Monitor Check Completed

1 min read
webhookmonitorCheckCompleted
webhookmonitorCheckCompleted

Headers

X-Firecrawl-Signaturestring#
HMAC-SHA256 signature of the raw request body, formatted as sha256=<hex>. Present when an HMAC secret is configured in your account settings. See Webhook Security for verification details.

Body

application/json
successbooleanrequired#
true when the check completed without page errors, otherwise false.
typeenum<string>required#
The event type.
Options:monitor.check.completed
idstringrequired#
The monitor check ID.
webhookIdstringrequired#
Unique identifier for this webhook delivery.
dataobject[]required#
Show child attributes
monitorIdstringrequired#
The monitor ID.
checkIdstringrequired#
The monitor check ID.
statusenum<string>required#
Final status of the monitor check.
Options:completedpartialfailedskipped_overlap
summaryobjectrequired#
Show child attributes
totalPagesintegerrequired#
sameintegerrequired#
changedintegerrequired#
newintegerrequired#
removedintegerrequired#
errorintegerrequired#
errorstring#
Error message when the check failed.
metadataobject#
The custom metadata object you provided in the webhook configuration. Echoed back in every delivery.
Show child attributes
{key}string#

Responses

200
Return any 2xx status code to acknowledge receipt.