Get all transcripts for a call.
Returns transcripts if the call belongs to an assistant in your organization.
call_id
(integer, required): The unique identifier for the call.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[]
.