---
title: "Get call history statistics"
method: GET
path: "/call-history/statistics"
tags: ["Call History"]
---

# Get call history statistics

`GET /call-history/statistics`

REQUIRED SCOPES <code>['call-history:read']</code><br>Get call history statistics

## Query parameters

- `group` string
- `team_id` integer
- `team_type` string
- `filtersList` object[]
  - `filters` object[]
    - `key` string
    - `operator` string
    - `value` string

## Response `200`

Successful operation

- object
  - `total_messages` number
  - `total_unread_messages` number
  - `total_unread_inbound_calls` number
  - `total_unread_outbound_calls` number
  - `total_unread_outbound_answered` number
  - `total_unread_outbound_no_answered` number
  - `total_unread_inbound_answered` number
  - `total_unread_inbound_missed` number
  - `total_unread_inbound_voicemail` number

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden

---

[API](https://skmtc.net/salesmessage/apis/salesmessage-public-api.md) · [All operations](https://skmtc.net/salesmessage/apis/salesmessage-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/salesmessage/salesmessage-public-api/revisions/e96b3e58b041/schema)
