---
title: Spectrum Analytics
---

[Skip to content](#%5Ftop) 

[API Reference](https://developers.cloudflare.com/api)

[User](https://developers.cloudflare.com/api/resources/user)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Spectrum Analytics

#### Spectrum AnalyticsZones

#### Spectrum AnalyticsZonesReports

##### [Get zones bandwidth report](https://developers.cloudflare.com/api/resources/user/subresources/spectrum%5Fanalytics/subresources/zones/subresources/reports/methods/get)

GET/user/spectrum\_analytics/zones/report

##### ModelsExpand Collapse 

ReportGetResponse \= array of object { totals, zone\_id } 

totals: object { bandwidth } 

bandwidth: object { all, egress, ingress } 

all: number

Sum of ingress and egress bytes transferred.

egress: number

Sum of egress bytes transferred.

ingress: number

Sum of ingress bytes transferred.

zone\_id: string

Identifier.

maxLength32