Get all conversations across company agents with pagination and filtering.
Agents
Get all conversations across company agents with pagination and filtering.
Returns a paginated list of conversations for all agents in the company. Filter by agentId, channel, and date range using Unix timestamps.
GET
Get all conversations across company agents with pagination and filtering.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Query Parameters
Page number (default: 1)
Items per page (default: 20, max: 100)
Filter by channel (single): website, email, sms, voice, outbound_voice
Filter by multiple channels: website, email, sms, voice, outbound_voice
Filter after this Unix timestamp
Filter before this Unix timestamp

