Skip to main content
GET
Get a Call Transcript

Autorizaciones

X-API-Key
string
header
requerido

API key for authentication. Keys are prefixed with nxr_live_.

Parámetros de ruta

id
string<uuid>
requerido

Transcript id.

Parámetros de consulta

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.

Respuesta

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

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

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

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

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

Última modificación el 8 de septiembre de 2026