Skip to content

Get a contact's CSAT history

GET
/api/contacts/{contactId}/quality/history

Returns the most recent CSAT-scored conversations for a contact, newest first.

contactId
required
string format: uuid

The contact id.

The contact’s scored conversations.

Array<object>
object
conversationId
string format: uuid
compositeScore

Composite CSAT score, or null if not yet scored.

number | null
status
string
Example
resolved
computedAt
string format: date-time