Skip to main content
GET
Get a Call Transcript

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

Transcript id.

Query Parameters

include_full_text
string

Only the exact lowercase string 'true' includes transcript_text; every other value behaves as false.

include_sentences
string

Only the exact lowercase string 'true' includes sentences; every other value behaves as false.

Response

Full detail; transcript_text and sentences are conditionally present, not present-with-null, only when their flag is exactly true.

success
enum<boolean>
required
Available options:
true
id
string<uuid>
required
meeting_id
string<uuid> | null
required
lead
object | null
required
meeting_date
string<date-time> | null
required
title
string | null
required
summary
string | null
required
action_items
any[] | null
required

Action-item object shape is stored JSON and not normalized by this route.

duration_minutes
integer | null
required
transcript_text
string | null
sentences
any[] | null

Stored per-sentence object; shape is not normalized by this route.

Last modified on September 8, 2026