Skip to content
Start here

Data Security

Data SecurityContent Findings

Top integrations by content findings
analytics_query.data_security.content_findings.top_n(ContentFindingTopNParams**kwargs) -> SyncSinglePage[ContentFindingTopNResponse]
POST/accounts/{account_id}/analytics/query/data-security/content-findings/top-n
ModelsExpand Collapse
Dict[str, object]

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
analytics_query.data_security.findings.summary(FindingSummaryParams**kwargs) -> FindingSummaryResponse
POST/accounts/{account_id}/analytics/query/data-security/findings/summary
Data security findings timeseries
analytics_query.data_security.findings.timeseries(FindingTimeseriesParams**kwargs) -> FindingTimeseriesResponse
POST/accounts/{account_id}/analytics/query/data-security/findings/timeseries
ModelsExpand Collapse
class FindingSummaryResponse:
current_total: List[Dict[str, object]]

Aggregated stats for the requested time range.

previous_total: List[Dict[str, object]]

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

class FindingTimeseriesResponse:

Merged CASB and CDE findings timeseries result.

slots: List[Dict[str, object]]

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

resolution: Optional[str]

Always null for this endpoint.