Skip to main content
GET
This endpoint retrieves a list of all transcript entries for a specific call, identified by its database ID.

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.
  • 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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

call_id
integer
required

Query Parameters

speaker
string | null

Filter by speaker (user/assistant)

include_interim
boolean
default:false

Include interim (non-final) transcripts

Response

Successful Response

content
string
required
id
integer
required
call_id
integer
required
is_final
boolean | null
default:true
speaker
string | null
segment_start
number | null
segment_end
number | null
confidence
number | null
stt_timestamps
Stt Timestamps · object | null
created_at
string<date-time> | null