cURL
curl --request GET \ --url https://api.example.com/api/analytics/agents/{agent_id}/events
[ { "id": 123, "agent_id": 123, "call_id": "<string>", "event_name": "<string>", "response_code": 123, "latency_ms": 123, "attempt_count": 123, "error_message": "<string>", "created_at": "<string>" } ]
Get webhook delivery event logs for an agent. Used for the “See all events” UI.
1 <= x <= 100
x >= 0
Successful Response