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

# Get call history list

`GET /call-history`

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

## Query parameters

- `group` string
- `team_id` integer
- `team_type` string
- `filtersList` object[]
  - `filters` object[]
    - `key` string
    - `operator` string
    - `value` string
- `search` string
- `page` integer
- `limit` integer
- `sorting` object[]
  - `field` string
  - `order` string

## Response `200`

Successful operation

- object
  - `data` object[]
  - `meta` object

## 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)
