---
title: "List of call metrics per group"
method: GET
path: "/call/groupActivityDetails"
tags: ["call"]
---

# List of call metrics per group

`GET /call/groupActivityDetails`

Retrieves detailed aggregated call metrics grouped by organizational units with additional granular breakdowns. Returns comprehensive call statistics, performance indicators, and analytics with more detail than the standard group activity endpoint. Supports pagination and filtering.

## Query parameters

- `limit` integer
- `offset` integer
- `filter` string[]
- `secondary` string, string
- `timezone` string, string

## Response `200`

Detailed aggregated call metrics per organizational group with granular breakdowns

- GroupActivity[]
  - `group_name` string, string — The name of the group for which the data is aggregated
  - `group_id` integer — The group id to which the calls belong
  - `campaign_name` string, string — The campaign name to which the calls belong (only returned if secondary param is set to "campaign")
  - `campaign_ext_id` integer — The campaign external id to which the calls belong (only returned if secondary param is set to "campaign")
  - `campaign_id` integer — The campaign id to which the calls belong (only returned if secondary param is set to "campaign")
  - `call_flow_name` string, string — The call flow name to which the calls belong (only returned if secondary param is set to "call_flow")
  - `tracking_number` integer — The tracking number of the call flow to which the calls belong (only returned if secondary param is set to "call_flow")
  - `call_flow_id` integer — The campaign id to which the calls belong (only returned if secondary param is set to "call_flow")
  - `total_calls` integer — The count of calls for the group
  - `call_value` integer — The sum of the value of all calls for the group
  - `unique_calls` integer — The count of unique calls for the group
  - `answered` integer — The count of answered calls for the group
  - `voicemail` integer — The count of calls that were not answered
  - `conversion` integer — The count of calls determined to be a conversion by the conversation analytics engine
  - `total_leads` integer — The count of calls determined to be a lead by the conversation analytics engine
  - `bill_minutes` integer — The sum of billed minutes for all calls for the group

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