GET/transcript
A GET
request to /transcript
returns a list of transcripts for your domain.
Transcripts are returned sorted by created_at
time in reverse chronological order.
Each call to this endpoint fetches a maximum of 100 transcripts objects.
See our transcription guide for detailed information about transcribing calls with Daily. See our pagination reference for how pagination works in API requests (and how to use the limit
, ending_before
, and starting_after
query parameters).
The response body consists of two fields: total_count
and data
.
The total_count
field is the total number of transcripts stored (which, if pagination arguments are supplied, could be greater than the number of transcripts returned by this query).
The data
field is a list of transcripts objects.