---
title: "List of active callflows belonging to the user group and all child groups"
method: GET
path: "/group/callflowItems"
tags: ["group"]
---

# List of active callflows belonging to the user group and all child groups

`GET /group/callflowItems`

Retrieves active call flows for a group showing essential routing information. Returns simplified call flow data including tracking numbers, ring-to numbers, and whisper settings for quick reference. Supports pagination and filtering.

## Query parameters

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

## Response `200`

Active call flow items with tracking numbers and routing essentials

- object
  - `count` integer — Count of records returned in the current response. Integer.
  - `callflow_list` CallflowItems[] — callflow_list. Type: array of object (CallflowItems).
    - `campaign_id` integer — Unique identifier for the campaign this call was attributed to. Integer.
    - `group_name` string — Human-readable name of the organization unit/group. String.
    - `tracking` string — Tracking number. Type: string.
    - `ringto` RingtoItems[] — Ringto number list. Type: array of object (ringtoItems).
      - `ringto` string — Ringto number. Type: string.
      - `whisper_enabled` boolean — Indicates whether or not whisper messaging is enabled. Type: boolean.

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