Analytics
The numbers behind your assistant: conversations handled, resolution rate, leads captured.
Base URL
https://api.jawbly.com/v1GET
/analytics/summaryGet analytics summary
Aggregate metrics for a time window, matching what you see on the dashboard.
Requires scope analytics:read
Parameters
window"7d" | "30d" | "all" · query
Reporting window. Defaults to 30d.
curl -X GET "https://api.jawbly.com/v1/analytics/summary" \
-H "Authorization: Bearer jwb_live_xxxxxxxxxxxxxxxxxxxxxxxx"200 response
{
"window": "30d",
"conversations": 1840,
"resolvedByAssistant": 1622,
"leads": 213,
"handoffs": 218
}