saketh_1201
01/09/2026, 10:04 AMChiranjeet Mishra
01/09/2026, 10:42 AM{
"message": {
"type": "end-of-call-report",
"endedReason": "hangup",
"call": { /* Call Object */ },
"artifact": {
"recording": { /* Recording object with URLs */ },
"transcript": "AI: How can I help? User: What's the weather? ...",
"messages": [
{ "role": "assistant", "message": "How can I help?" },
{ "role": "user", "message": "What's the weather?" }
]
}
}
}
Please refer (see End of Call Report + the common metadata at the top).
You can also confirm the exact structure by making a quick test call and logging the payload.
Thanks