---
title: "GET /v1/report/queue/overview"
method: GET
path: "/v1/report/queue/overview"
tags: ["Report"]
---

# GET /v1/report/queue/overview

`GET /v1/report/queue/overview`

## Query parameters

- `fromDate` string, required
- `toDate` string, required

## Response `200`

OK

- ReportCallLogOverviewModelQueryResult
  - `totalItems` integer
  - `items` ReportCallLogOverviewModel[], nullable
    - `total` integer
    - `totalCurrentWeek` integer
    - `totalLastWeek` integer
    - `totalCurrentMonth` integer
    - `totalLastMonth` integer
    - `totalDuration` number, float
    - `avgDuration` number, float
    - `totalDurationCurrentWeek` number, float
    - `totalDurationLastWeek` number, float
    - `totalDurationLastMonth` number, float

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
