---
title: "List of call logs for group"
method: GET
path: "/group/callLogs"
tags: ["group"]
---

# List of call logs for group

`GET /group/callLogs`

Retrieves call log records for a specific group. Returns call history including timestamps, participants, duration, and outcomes for audit and reporting purposes. Supports pagination and filtering.

## Query parameters

- `id` integer
- `limit` integer
- `offset` integer
- `filter` string[]

## Response `200`

Call log entries with timestamps, participants, and call outcomes

- object
  - `count` integer — Count of records returned in the current response. Integer.
  - `call_log_list` CallLogs[] — call_log_list. Type: array of object (CallLogs).
    - `call_id` integer — Unique identifier for the call record. Integer. Use as the primary key when cross-referencing other endpoints (e.g., /call/transcription, /call/tag).
    - `duration` integer — Total call length in seconds (integer). Includes the entire connected segment from answer to hangup.
    - `date` string, date-time — The time and date of when for the call. Type: string (date-time).
    - `group` string — Group name. Type: string.
    - `group_external_id` string — Group external id. Type: string.
    - `campaign_id` integer — Unique identifier for the campaign this call was attributed to. Integer.
    - `campaign` string — Campaign name. Type: string.
    - `campaign_external_id` string — Campaign external id. Type: string.
    - `tracking_number_name` string — Call flow number name. Type: string.
    - `tracking_number` integer — Phone number the caller dialed (the tracking/DNI number). Convirza routes calls from this number through the configured call flow. String of digits.
    - `caller_id` integer — Phone number of the originating caller. String of digits, typically 10 digits for US numbers (e.g., '2025550123').

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/versions/ccf9bbe34f5a/schema)
