Skip to content
Start here

Findings

Data security findings summary
client.analyticsQuery.dataSecurity.findings.summary(FindingSummaryParams { account_id, filters, from, to } params, RequestOptionsoptions?): FindingSummaryResponse { currentTotal, previousTotal }
POST/accounts/{account_id}/analytics/query/data-security/findings/summary
Data security findings timeseries
client.analyticsQuery.dataSecurity.findings.timeseries(FindingTimeseriesParams { account_id, filters, from, to } params, RequestOptionsoptions?): FindingTimeseriesResponse { slots, resolution }
POST/accounts/{account_id}/analytics/query/data-security/findings/timeseries
ModelsExpand Collapse
FindingSummaryResponse { currentTotal, previousTotal }
currentTotal: Array<Record<string, unknown>>

Aggregated stats for the requested time range.

previousTotal: Array<Record<string, unknown>>

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

FindingTimeseriesResponse { slots, resolution }

Merged CASB and CDE findings timeseries result.

slots: Array<Record<string, unknown>>

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

resolution?: string | null

Always null for this endpoint.