Skip to main content
GET
Get all conversations across company agents with pagination and filtering.

Authorizations

X-API-Key
string
header
required

Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.

Query Parameters

page
integer
default:1

Page number (default: 1)

pageSize
integer
default:20

Items per page (default: 20, max: 100)

channel
string

Filter by channel (single): website, email, sms, voice, outbound_voice

channels
string[]

Filter by multiple channels: website, email, sms, voice, outbound_voice

startDate
number

Filter after this Unix timestamp

endDate
number

Filter before this Unix timestamp

Response

Paginated list of conversations

Paginated list of conversations

conversations
object[]

List of conversations

page
integer

Current page

pageSize
integer

Page size

totalCount
integer

Total number of conversations

totalPages
integer

Total pages