---
title: "Get call statistics"
method: GET
path: "/api/call-tracking/stats"
tags: ["Call Tracking"]
---

# Get call statistics

`GET /api/call-tracking/stats`

Unified call statistics: totals, by_team, by_user, by_source, by_date.
Filter by one or more team_ids: ?team_id=1&team_id=15&team_id=16

## Query parameters

- `team_id` integer[], nullable — Filter by team(s) — repeat param for multiple
- `days` integer — Number of days to include

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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