GET/desk/api/v2/ai/stats.json
Get AI effectiveness stats for the current installation.
How closely the replies agents sent this billing period matched the AI draft they came from. avgSimilarity, sentAsIs, edited and rewritten are percentages; the last three are shares of sent and add up to 100. An installation that has sent no replies reports zeroes.
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
Validator hold the validation errors. Typically you shouldn't create this directly but use the New() function.
200 OK
AIEffectivenessAPIBody
{
"aiEffectiveness": {
"avgSimilarity": 0,
"edited": 0,
"resetDate": "2026-08-20T11:07:57.593Z",
"rewritten": 0,
"sent": 0,
"sentAsIs": 0
}
}