---
title: "List call records"
method: GET
path: "/analytics/call-counts-log"
tags: ["Analytics"]
---

# List call records

`GET /analytics/call-counts-log`

Paginated listing of call records for the organization, with optional filtering by agent, campaign, call type, and date range.

## Query parameters

- `agentId` string
- `campaignId` string
- `callType` string
- `dateFrom` string, date-time
- `dateTo` string, date-time
- `page` integer
- `limit` integer

## Response `200`

Paginated call records

- object
  - `success` boolean
  - `data` object
    - `calls` object[]
      - `orgId` string
      - `callId` string
      - `agentId` string
      - `agentName` string
      - `campaignId` string
      - `campaignName` string
      - `callType` string
      - `timestamp` string, date-time
      - `callDurationMs` number
      - `callLatencyMs` number
      - `costSpent` number
      - `disconnectionReason` string
      - `source` string
      - `recordingUrl` string
      - `callStatus` string
      - `fromNumber` string
      - `toNumber` string
    - `totalCalls` number
    - `totalPages` number
    - `currentPage` number
    - `limit` number

## Other responses

- `400` — Invalid input
- `401` — Unauthorized access
- `500` — Internal server error

---

[API](https://skmtc.net/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.net/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/versions/6d1036a76fbc/schema)
