Skip to main content
GET
List call history

Authorizations

Authorization
string
header
required

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

Query Parameters

attempt
string<uuid>
date
string
limit
integer

Maximum number of rows to return.

offset
integer

Zero-based pagination offset.

outcome
string
sentiment
string

Response

200 - application/json
id
string<uuid>
required
contactId
string<uuid> | null
campaignId
string<uuid> | null
contactName
string
phoneNumber
string
campaignName
string
callStatus
string | null
durationSeconds
integer | null
summary
string | null
sentiment
string | null
createdAt
string<date-time> | null