Get a contact's CSAT history
GET /api/contacts/{contactId}/quality/history
GET
/api/contacts/{contactId}/quality/history
Returns the most recent CSAT-scored conversations for a contact, newest first.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” contactId
required
string format: uuid
The contact id.
Responses
Section titled “ Responses ”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