---
title: Spectrum Analytics
---

[Skip to content](#%5Ftop) 

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

[User](https://developers.cloudflare.com/api/typescript/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/typescript/resources/user/subresources/spectrum%5Fanalytics/subresources/zones/subresources/reports/methods/get)

client.user.spectrumAnalytics.zones.reports.get(ReportGetParams { cdn\_traffic, since, until } query?, RequestOptionsoptions?): [ReportGetResponse](https://developers.cloudflare.com/api/typescript/resources/user#%28resource%29%20user.spectrum%5Fanalytics.zones.reports%20%3E%20%28model%29%20report%5Fget%5Fresponse%20%3E%20%28schema%29) { totals, zone\_id } 

GET/user/spectrum\_analytics/zones/report

##### ModelsExpand Collapse 

ReportGetResponse \= Array<ReportGetResponseItem\>

totals: Totals { bandwidth } 

bandwidth: Bandwidth { 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