Skip to main content

Agent Failed

1 min read
webhookagentFailed
webhookagentFailed

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
successenum<boolean>required#
Always false for this event.
Options:false
typeenum<string>required#
Options:agent.failed
idstringrequired#
The agent job ID.
webhookIdstringrequired#
Unique identifier for this webhook delivery.
dataobject[]required#
Show child attributes
creditsUsednumber#
Total credits consumed before the failure.
errorstringrequired#
Human-readable error message describing the failure.
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.