Get account health
GET /api/accounts/{accountId}/quality
Retrieve the rolling quality health summary for an account. Account health is computed from the recent conversations associated with all contacts in the account.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The unique identifier of the account.
Responses
Section titled “ Responses ”The account health summary.
Rolling quality health summary for an account, computed from recent conversations.
object
The account this health summary belongs to.
Example
acc_12345678-abcd-ef01-2345-678901234567Rolling average composite score across recent conversations.
Example
3.85Rolling average outcome dimension score.
Example
3.92Rolling average process dimension score.
Example
3.78Rolling average environment dimension score.
Example
3.85Fraction of conversations that reached a resolution.
Example
0.88Total conversations included in the rolling window.
Example
42Computed risk level based on quality trends.
Example
mediumNumber of consecutive conversations scoring below the low-composite threshold.
Example
2Direction of recent scores.
Example
decliningNo account exists with the given ID or no health data is available.
Standard error response returned by all endpoints on failure.
object
A human-readable error message describing what went wrong.
Example
Conversation not found