Skip to main content
GET
/
agent
/
v1
/
agent
/
dashboard
Agent History
curl --request GET \
  --url https://api.voice.ai/agent/v1/agent/dashboard
{
  "number_of_calls": 123,
  "average_duration": 123,
  "total_credits_used": 123,
  "avg_credits_per_call": 123,
  "daily_stats": [
    {
      "date": "<string>",
      "total_calls": 123,
      "total_credits": 123
    }
  ]
}

Response

200 - application/json

Successful Response

number_of_calls
integer
required
average_duration
number
required
total_credits_used
number
required
avg_credits_per_call
number
required
daily_stats
DailyStat · object[]
required