---
title: "Get Routing Graph Stats"
method: GET
path: "/api/v1/routing-environment/graph/stats"
tags: ["Routing Environment"]
---

# Get Routing Graph Stats

`GET /api/v1/routing-environment/graph/stats`

Per-edge transfer activity (CallTransferEvent aggregates) for a range.

Returns null when no environment exists (same contract as GET /graph).

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required
- `channel` 'voice' | 'text'

## Response `200`

Successful Response

- RoutingGraphStatsRead
  - `start_date` string, date, required
  - `end_date` string, date, required
  - `stats` RoutingNodeStats[], required
    - `source_node_id` string, uuid, required
    - `target_node_id` string, uuid, nullable
    - `initiated` integer, required
    - `completed` integer, required
    - `failed` integer, required
    - `avg_attempt_count` number, nullable

## Other responses

- `422` — Validation Error

## Changes

> 25 revisions in range; 1 not diffed.

- **2026-09-03** `d65b8fefae34` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/routing-environment/graph/stats/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/704de2d43c75?raw)
