Webhook deliveries
List webhook deliveries to your endpoint (paginated)
Every delivery attempt we made to your webhookUrl, newest first, with the exact envelope sent, the response we saw, and retry state.
Every delivery attempt we made to your webhookUrl, newest first, with the exact envelope sent, the response we saw, and retry state.
Authorization
tenant-api-key x-api-key<token>
Tenant API key (backend only — never expose to a browser)
In: header
Query Parameters
page?number
Default
1limit?number
Range
value <= 100Default
20event?string
Filter by event type
Value in
- "room.started"
- "room.finished"
- "participant.joined"
- "participant.left"
- "egress.started"
- "egress.ended"
- "ingress.started"
- "ingress.ended"
- "recording.completed"
- "participant.waiting"
- "transcript.ready"
- "webhook.test"
status?string
delivered = 2xx received; failed = retries exhausted; retrying = in between attempts
Value in
- "delivered"
- "failed"
- "retrying"
Response Body
curl -X GET "https://example.com/api/v1/webhooks/deliveries"Empty