Skip to content

Compliance dashboard

GET
/api/v1/compliance/dashboard

Get the compliance posture summary for the tenant.

Authorizations

Responses

200

Successful Response

Typed envelope for GET /dashboard.

object
data
required

Response body for the compliance posture dashboard.

Attributes: active_alerts: Number of unacknowledged compliance alerts. upcoming_deadlines: Number of upcoming compliance deadlines. compliance_score: Overall compliance health score (0.0 - 100.0). categories_monitored: List of compliance categories being tracked. last_scan_date: Date of the most recent compliance scan, if any.

object
active_alerts

Number of unacknowledged compliance alerts

integer
categories_monitored

Compliance categories being tracked

Array<string>
compliance_score

Overall compliance health score (0-100)

number
<= 100
last_scan_date
Any of:
string format: date
upcoming_deadlines

Number of upcoming compliance deadlines

integer
meta
required

Standard metadata attached to every API response.

object
request_id
required

Unique request identifier

string
timestamp
required

Server timestamp of the response

string format: date-time