Get all transcripts for a call by Twilio Call SID.
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 Burki call SID / provider call identifier.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_sid (string, required): The Burki call SID / provider call identifier.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