GET
/
call-kpis
curl --request GET \
  --url https://app.happyrobot.ai/api/v1/call-kpis \
  --header 'authorization: <authorization>'
{
  "total": {
    "value": 123,
    "percentage": 123,
    "delta": 123,
    "lightHexColor": "#FF0000",
    "hexColor": "#FF0000"
  },
  "extraction": {}
}

Headers

authorization
string
required

Your API key for authentication. Use Bearer format.

Query Parameters

from
string
required

Filter by start date

to
string
required

Filter by end date

Response

200 - application/json
total
object
required
extraction
object

AI extracted data from the call.