v1
latestOpenAPI 3.0.1MIT2026-07-22241852.5 KBGet TCN Call Outcome
Retrieves the call outcome for a specific TCN call ID. This endpoint is designed to support TCN's SIP integration where calls are routed to CollectWise AI agents.
get/tcn/call-outcome/{tcn-cid}
Path parameters
tcn-cidstring required
The TCN call identifier
Response
Call outcome found and returned
Example response
{
"action": "general_transfer",
"tcn_cid": "12345",
"timestamp": "2024-01-15T10:30:00.000Z",
"language": "english"
}