Skip to main content
GET
List Transcripts

Authorizations

Authorization
string
header
required

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

Path Parameters

agent_id
string<uuid>
required

Query Parameters

limit
integer
default:50

Number of transcripts to return

Required range: 1 <= x <= 100
offset
integer
default:0

Number of transcripts to skip

Required range: x >= 0
channel
string | null

Filter by channel: web, sip

status
string | null

Filter by status: completed, active, ended

Response

Successful Response

List of transcripts.

agent_id
string
required
total
integer
required
transcripts
TranscriptListItem · object[]
required