Skip to main content
POST
Ingest a call lifecycle status event

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Body

application/json
call_sid
string

jambonz call SID of the leg this event belongs to.

call_status
string

Lifecycle status (e.g. trying, ringing, in-progress, completed).

direction
string

Call direction.

from
string

Caller number.

to
string

Called number.

duration
number

Call duration in seconds (terminal events).

hangup_reason
string

Reason the call ended (terminal events).

Response

200 - application/json

Acknowledged. Returns status: ok once the lifecycle event has been recorded (or safely absorbed on a transient dependency fault).

status
string