---
title: "Get TCN Call Outcome"
method: GET
path: "/tcn/call-outcome/{tcn-cid}"
---

# Get TCN Call Outcome

`GET /tcn/call-outcome/{tcn-cid}`

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.

## Path parameters

- `tcn-cid` string, required

## Response `200`

Call outcome found and returned

- TCNCallOutcome
  - `action` 'end' | 'judge_transfer' | 'garnishment_transfer' | 'general_transfer', required — The action to be taken based on the call outcome
  - `tcn_cid` string, required — The TCN call identifier
  - `timestamp` string, date-time, required — Timestamp when the call outcome was determined
  - `language` string, nullable — The language used during the call (e.g., 'english', 'spanish'). May be null if not provided.

## Other responses

- `400` — Invalid or missing TCN CID parameter
- `403` — Invalid or missing API key
- `404` — Call outcome not found (call in progress or not available)
- `500` — Internal server error

---

[API](https://skmtc.net/collectwise/apis/collectwise-api.md) · [All operations](https://skmtc.net/collectwise/apis/collectwise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectwise/collectwise-api/versions/a44939a1402b/schema)
