Skip to main content
GET
Get a conversation transcript

Authorizations

Authorization
string
header
required

Send Authorization: Bearer YOUR_API_KEY. The key resolves to a single organization.

Path Parameters

id
string<uuid>
required

Response

The transcript with content and (if available) recording URL.

conversationId
string<uuid>
required
createdAt
string<date-time>
required
recordingUrl
string | null

URL to the recording. Re-hosted by Zelto when the provider's URL would otherwise expire. For organizations under a BAA (PHI mode) this is an authenticated endpoint — GET it with the same Bearer API key and follow the 302 to a short-lived signed URL.

durationSeconds
number | null
content
any

Turn-by-turn transcript JSON.

systemPrompt
string | null