v1

latestSwagger 2.02026-08-06114161439.7 KB
callflow

List of call flows with route information belonging to the user group and all children with count

Retrieves call flows with routing information along with total count metrics. Returns call flow configurations with routing details plus pagination metadata including total records. Supports filtering.

get/callflow/count

Query parameters

limitinteger

Maximum number of records to return per page. Integer, default 100, max 2000, min 1.

offsetinteger

Number of records to skip from the start of the result set. Integer, default 0, max 100000, min 0. Use with limit for pagination.

filterstring[]

URL-encoded comma-separated list of filter conditions in the form '<field> <op> <value>' where op is one of =, !=, <=, >=, >, <, like (spaces required around 'like'). Example: 'call_started > 2024-01-01'. Max 10 conditions. Filterable fields vary by endpoint.

Response

Call flows with routing information plus total count and filtered count metrics. Note Multi-Level IVR and Outbound route types are only included when configured and available in the new UI.

total_countinteger

Total number of records matching the filter (across all pages). Integer. Returned by /callflow/count for pagination awareness.

countinteger

Count of records returned in the current response. Integer.