Skip to main content
GET
List Call Transcripts

Autorizaciones

X-API-Key
string
header
requerido

API key for authentication. Keys are prefixed with nxr_live_.

Parámetros de consulta

workflow_id
string<uuid>

Exact workflow UUID; empty means no filter.

lead_id
string<uuid>

Exact lead UUID; empty means no filter.

Case-insensitive literal match over meeting title and summary. There is no server-side length cap.

date_from
string

Any JavaScript Date-parseable value, converted to ISO; inclusive.

date_to
string

Any JavaScript Date-parseable value, converted to ISO; inclusive.

has_action_items
enum<string>

Strict lowercase boolean string; empty means no filter.

Opciones disponibles:
true,
false
page
string
predeterminado:1

parseInt-style 1-based page; values such as 2abc parse as 2.

limit
string
predeterminado:20

parseInt-style integer 1..50.

Respuesta

Paginated lightweight transcript rows; summaries are truncated to at most 500 characters.

success
enum<boolean>
requerido
Opciones disponibles:
true
transcripts
object[]
requerido
total
integer
requerido
Rango requerido: x >= 0
page
integer
requerido
Rango requerido: x >= 1
limit
integer
requerido
Rango requerido: 1 <= x <= 50
Última modificación el 8 de septiembre de 2026