---
title: "Get Warm Transfer Detail"
method: GET
path: "/v1/voice/warm-transfer/{conversation_id}/transfer-detail"
tags: ["voice"]
---

# Get Warm Transfer Detail

`GET /v1/voice/warm-transfer/{conversation_id}/transfer-detail`

Consult recording (File B) + scrubbed consult transcript.

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- TransferDetailResponse — Everything the session-detail page surfaces for a warm transfer. Recordings are PII-redacted per the org's audio policy; the transcript is PII-redacted per the org's text policy (both at session close) — same handling as a normal conversation. ``supervisor_phone`` is the operator-configured business destination that was consulted (the latest attempt's), NOT customer PII, so it is surfaced raw to ``communication:read``.
  - `supervisor_phone` string, nullable
  - `status` string, nullable
  - `failure_reason` string, nullable
  - `fallback_mode` string, nullable
  - `consult_recording` RecordingPlaybackResponse, required
    - `url` string, nullable
    - `expires_in` integer, required
    - `duration_ms` integer, nullable, required
    - `bytes` integer, nullable, required
    - `status` string, required
  - `consult_transcript` ConsultTurnOut[]
    - `seq` integer, required
    - `role` string, required
    - `content` string, nullable, required
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
