Get all transcripts for a call by Twilio Call SID.
Returns transcripts if the call belongs to an assistant in your organization.
call_sid
(string, required): The unique Call SID from Twilio.speaker
(string, optional): Filter transcripts by the speaker.
user
, assistant
.include_interim
(boolean, optional, default: false): Whether to include non-final (interim) transcript entries.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter by speaker (user/assistant)
Include interim (non-final) transcripts
Successful Response
The response is of type TranscriptResponse · object[]
.