JawblyJawblyDocs
API reference

Analytics

The numbers behind your assistant: conversations handled, resolution rate, leads captured.

Base URLhttps://api.jawbly.com/v1
For agents: llms.txt·OpenAPI
GET/analytics/summary

Get 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
}