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

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/c0f54348e251/schema)
