Get all transcripts for a call.
Returns transcripts if the call belongs to an assistant in your organization.
This endpoint retrieves a list of all transcript entries for a specific call, identified by its database ID.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
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