Call Data
Get Webhook Logs
Get all webhook logs for a call.
Returns webhook logs if the call belongs to an assistant in your organization.
GET
Retrieve all webhook delivery logs for a specific call. This endpoint provides detailed information about webhook requests sent during the call, including request payloads, response status codes, timing, and any errors.
Debugging Webhooks: Use this endpoint to troubleshoot webhook delivery issues, verify that events are being sent correctly, and understand the timing of webhook deliveries during a call.
Path Parameters
Query Parameters
Request
Filter by Webhook Type
Response
Returns an array of webhook log objects ordered by attempt time.Response Fields
Webhook Types
Error Responses
404 Not Found
Use Cases
Debug Failed Webhooks
Monitor Webhook Latency
Verify Webhook Delivery
Notes
- Webhooks are only sent if you have configured a
webhook_urlon your assistant - Failed webhooks are automatically retried up to 3 times with exponential backoff
- Response bodies larger than 10KB are truncated in the logs
- Webhook logs are retained for 30 days
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Filter by webhook type
Response
Successful Response