---
title: Data Security
---

[Skip to content](#%5Ftop) 

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

[Analytics Query](https://developers.cloudflare.com/api/resources/analytics%5Fquery)

Copy Markdown

Open in **Claude**

Open in **ChatGPT**

Open in **Cursor**

---

**Copy Markdown**

**View as Markdown**

# Data Security

#### Data SecurityContent Findings

##### [Top integrations by content findings](https://developers.cloudflare.com/api/resources/analytics%5Fquery/subresources/data%5Fsecurity/subresources/content%5Ffindings/methods/top%5Fn)

POST/accounts/{account\_id}/analytics/query/data-security/content-findings/top-n

##### ModelsExpand Collapse 

ContentFindingTopNResponse \= map\[unknown\]

Maps field names to values. Keys represent stat names and group-by column names. Values depend on the dataset (strings, numbers, booleans).

#### Data SecurityFindings

##### [Data security findings summary](https://developers.cloudflare.com/api/resources/analytics%5Fquery/subresources/data%5Fsecurity/subresources/findings/methods/summary)

POST/accounts/{account\_id}/analytics/query/data-security/findings/summary

##### [Data security findings timeseries](https://developers.cloudflare.com/api/resources/analytics%5Fquery/subresources/data%5Fsecurity/subresources/findings/methods/timeseries)

POST/accounts/{account\_id}/analytics/query/data-security/findings/timeseries

##### ModelsExpand Collapse 

FindingSummaryResponse object { currentTotal, previousTotal } 

currentTotal: array of map\[unknown\]

Aggregated stats for the requested time range.

previousTotal: array of map\[unknown\]

Aggregated stats for the equivalent preceding time range, for trend comparison.

FindingTimeseriesResponse object { slots, resolution } 

Merged CASB and CDE findings timeseries result.

slots: array of map\[unknown\]

Contains time-bucketed result rows. Each slot includes a `timestamp` plus `content` and `posture` maps with `cloud` and `saas` keys.

resolution: optional string

Always null for this endpoint.