Download failure HAR
Error handling
Download failure HAR
Download the HAR artifact associated with a specific webhook delivery failure.
Use this endpoint for low-level troubleshooting when you need the full HTTP exchange for a failed delivery.
What to expect:
- Response is returned as a downloadable attachment named with the failure id.
- Content type is preserved from stored HAR metadata when available.
- Returns 404 if webhook, failure, or HAR payload is unavailable.
Recommended usage:
- List failures for a webhook.
- Select a failure id that needs investigation.
- Download the HAR and inspect request headers, payload, response headers, and timing details.
This endpoint is intended for diagnostics workflows and post-incident analysis.
GET
Download failure HAR
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifier of the webhook endpoint that experienced the failure
Identifier of the failure containing the HAR payload
Response
HAR file for the webhook failure