Skip to main content
GET
Get Compliance Summary

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Query Parameters

dataset_ids
string[] | null

Optional dataset UUIDs to scope the summary to a subset of datasets.

time_start
string<date-time> | null

Optional ISO timestamp marking the beginning of the reporting window.

time_end
string<date-time> | null

Optional ISO timestamp marking the end of the reporting window.

activity_limit
integer
default:200

Maximum number of activity events returned in the response.

Required range: 1 <= x <= 2000
critical_limit
integer
default:100

Maximum number of critical changes returned in the response.

Required range: 1 <= x <= 1000

Cookies

blindsight_session
string | null

Response

Successful Response

generated_at
string<date-time>
required
kpis
ComplianceKpis · object
required
activity_stats
ComplianceActivityStats · object
required
datasets
ComplianceDatasetStat · object[]
activity
ComplianceActivityEvent · object[]
critical_changes
ComplianceCriticalChange · object[]