v1
latestOpenAPI 3.0.32026-07-246376162.1 KBTasks
Get webhook failure
Returns a webhook failure by ID.
get/api/v4/tasks/webhook_failures/{webhook_failure_id}
Path parameters
webhook_failure_idinteger required
The unique identifier of the webhook failure.
Response
OK
Example response
{
"webhook_failure": {
"id": 149,
"webhook": {
"id": "0b97ce11-b6e0-49b4-8f92-68040aa324bf",
"name": "CRM call events"
},
"event": "inbound.call.answered",
"failed_target": {
"url": "https://example.com/webhook"
},
"created_at": "2025-01-15T10:30:00.000000Z",
"updated_at": "2025-01-15T10:30:00.000000Z"
}
}