Skip to main content
GET
List Call Transcripts

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Query Parameters

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.

Available options:
true,
false
page
string
default:1

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

limit
string
default:20

parseInt-style integer 1..50.

Response

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

success
enum<boolean>
required
Available options:
true
transcripts
object[]
required
total
integer
required
Required range: x >= 0
page
integer
required
Required range: x >= 1
limit
integer
required
Required range: 1 <= x <= 50
Last modified on September 8, 2026