Skip to main content
GET
The forwarding half of the contract, made inspectable. This answers “did my system receive the completed event, and what did it reply?” — a question otherwise only answerable by reading server logs. {id} accepts either the call_id or your reference_id. Events are returned oldest first.

Request

Headers

string
required
Bearer token with your API key

Path

string
required
The call_id or the reference_id

Response

string
The call these events belong to
string
Your reference for that call
string | null
Where this call’s events are relayed. null if the call was placed without one
array
Undelivered relays are retried by a reconciler: up to 6 attempts, at least two minutes apart, abandoned once the event is 24 hours old. Retried on 408, 425, 429, any 5xx, and network or timeout errors — any other 4xx is treated as a permanent rejection.

Errors

Example