Overview

The Conversations endpoints let you access detailed logs for emails, chat conversations, and voice calls. Use these to build custom conversation UIs, audit trails, or sync data to external systems.

Endpoints

Email Logs

Endpoint
Description

List email processing logs

Get email log detail with draft

Chat Conversations

Endpoint
Description

List chat conversations

Get conversation detail with feedback and lead

Voice Calls

Endpoint
Description

Common Parameters

All list endpoints support:

Parameter
Type
Default
Description

from

ISO 8601

30 days ago

Start of the date range

to

ISO 8601

Now

End of the date range

cursor

string

Pagination cursor

limit

integer

25

Items per page (max: 100)

Last updated