v1

latestOpenAPI 3.0.1MIT2026-07-22241852.5 KB

Get 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

action'end' | 'judge_transfer' | 'garnishment_transfer' | 'general_transfer' required

The action to be taken based on the call outcome

tcn_cidstring required

The TCN call identifier

timestampstring date-time required

Timestamp when the call outcome was determined

languagestring nullable

The language used during the call (e.g., 'english', 'spanish'). May be null if not provided.

Example response

{
  "action": "general_transfer",
  "tcn_cid": "12345",
  "timestamp": "2024-01-15T10:30:00.000Z",
  "language": "english"
}