Skip to main content
GET
Get Compliance Activity Timeline Detail

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

bucket_start
string<date-time>
required

ISO timestamp marking the bucket start.

bucket_end
string<date-time>
required

ISO timestamp marking the bucket end.

dataset_ids
string[] | null

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

timezone
string | null
default:UTC

IANA timezone name used for labeling the selected bucket.

Cookies

blindsight_session
string | null

Response

Successful Response

generated_at
string<date-time>
required
timezone
string
required
bucket_start
string<date-time>
required
bucket_end
string<date-time>
required
highest_severity
enum<string>
default:none
Available options:
critical,
high,
medium,
low,
none
critical_count
integer
default:0
high_count
integer
default:0
total_count
integer
default:0
affected_dataset_count
integer
default:0
datasets
ComplianceActivityTimelineDatasetGroup · object[]