---
title: "Get conversation transcript"
method: GET
path: "/v1/conversation/transcript/{conversationId}"
tags: ["Conversation"]
deprecated: true
---

# Get conversation transcript

`GET /v1/conversation/transcript/{conversationId}`

> **Deprecated.**

DEPRECATED: Use GET /conversation/:conversationId instead

## Headers

- `x-lorikeet-voice-public-key` string, required

## Response `200`

Get a transcript for a conversation

- ConversationDetailsResponseDTO
  - `transcript` string, required — The transcript of the conversation
  - `customAttributes` object, required — The custom attributes of the conversation
  - `callRecordingLink` string — The link to the call recording if this is a voice ticket and the recording has been processed. The returned URL is a signed URL that will expire in 1 hour
  - `callDuration` number — The duration of the call in milliseconds
  - `summary` string — The summary of the conversation
  - `customer` object — Customer information including email, name, and phone number
  - `tags` string[] — Tags applied to the conversation
  - `csatScore` number — Customer satisfaction score (1-5 rating from customer feedback)
  - `csatCollectedAt` object — When the CSAT score was collected (ISO 8601 format)

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.dev/optechai/apis/lorikeet-api.md) · [All operations](https://skmtc.dev/optechai/apis/lorikeet-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/optechai/lorikeet-api/revisions/ea2fb7d0e99f/schema)
