---
title: "List calls"
method: GET
path: "/api/call-tracking/calls"
tags: ["Call Tracking"]
---

# List calls

`GET /api/call-tracking/calls`

List call logs for the company.

## Query parameters

- `tracking_number_id` integer, nullable — Filter by tracking number
- `status` string, nullable — Filter by status
- `team_id` integer[], nullable — Filter by team(s) — repeat param for multiple
- `user_id` integer, nullable — Filter by Utilizadores.ID (calls answered by or analyzed for this user)
- `analyzed_only` boolean, nullable — True = only analyzed, False = only not analyzed, None = all
- `limit` integer — Max results
- `offset` integer — Offset for pagination

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