Path Parameters
call_id
(integer, required): The unique identifier for the call.
Query Parameters
speaker
(string, optional): Filter transcripts by the speaker.- Allowed values:
user
,assistant
.
- Allowed values:
include_interim
(boolean, optional, default: false): Whether to include non-final (interim) transcript entries.
Response
The response is a JSON array of transcript objects.Response
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Query Parameters
Filter by speaker (user/assistant)
Include interim (non-final) transcripts