Returns up to 50 of the most recent failed outbound webhook deliveries with metadata only — id, orgId, webhookId, eventType, delivery status, attempt count, cr…
bearerAuth In: header
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/admin/ops/webhooks/failed"{
"total": 1,
"items": [
{
"id": "55555555-5555-4555-8555-555555555555",
"orgId": "22222222-2222-4222-8222-222222222222",
"webhookId": "66666666-6666-4666-8666-666666666666",
"eventType": "conversation.ended",
"status": "failed",
"attempts": 3,
"createdAt": "2026-07-16T12:00:00.000Z",
"lastError": "connection refused"
}
]
}{
"error": {
"code": "string",
"message": "string",
"fields": {
"property1": "string",
"property2": "string"
},
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"fields": {
"property1": "string",
"property2": "string"
},
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"fields": {
"property1": "string",
"property2": "string"
},
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"fields": {
"property1": "string",
"property2": "string"
},
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"fields": {
"property1": "string",
"property2": "string"
},
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"fields": {
"property1": "string",
"property2": "string"
},
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"fields": {
"property1": "string",
"property2": "string"
},
"details": {},
"correlationId": "string"
}
}{
"error": {
"code": "string",
"message": "string",
"fields": {
"property1": "string",
"property2": "string"
},
"details": {},
"correlationId": "string"
}
}Try it
Your API key is sent directly to the Convor API from your browser and is never stored on this site.
Was this page helpful?
Recent failed queue jobs (metadata only)
Returns up to 50 of the most recent failed BullMQ jobs with metadata only — id, name, attemptsMade, truncated/scrubbed failedReason, and timestamp.…
Retry a failed queue job (idempotent)
Moves a failed BullMQ job back to the waiting set so a worker can pick it up. Records a platform audit event.…