---
title: "Daily call summary"
method: GET
path: "/analytics/daily-call-summary"
tags: ["Analytics"]
---

# Daily call summary

`GET /analytics/daily-call-summary`

Returns an aggregate call summary for a specific day. Live in-progress and in-queue counts are merged from real-time data on top of the historical data.

## Query parameters

- `date` string, date, required
- `agentId` string

## Response `200`

Daily call summary

- object
  - `success` boolean
  - `data` object
    - `date` string, date
    - `totalCalls` number
    - `answeredCalls` number
    - `unansweredCalls` number
    - `failedCalls` number
    - `pickupRate` number
    - `inProgressCalls` number
    - `inQueueCalls` number
    - `totalDurationMs` number

## Other responses

- `400` — Invalid input
- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/versions/6d1036a76fbc/schema)
