GET /compliance/status
Get current tenant's overall compliance status overview (framework coverage, violation count, etc.)
Compliance Management - Trust Center `bearerAuth` application/json
Referenced Schemas
dto.ComplianceStatusDetailResponse
dto.ComplianceStatusResponse
Overall compliance status
| Field | Type | Required | Example | Constraints | Description |
evaluation_error |
string |
No |
|
|
Assessment error |
gdpr_compliant |
boolean |
No |
True |
|
GDPR |
iso27001_compliant |
boolean |
No |
True |
|
ISO27001 |
last_audit_date |
string |
No |
2026-01-15T00:00:00Z |
|
Last audit |
next_audit_date |
string |
No |
2026-07-15T00:00:00Z |
|
Next audit |
open_breaches |
integer |
No |
2 |
|
Open breaches |
open_issues |
integer |
No |
8 |
|
Unresolved issues |
overall_status |
string |
No |
non_compliant |
|
Overall status |
pending_dsar |
integer |
No |
5 |
|
Pending DSARs |
pending_pias |
integer |
No |
1 |
|
Pending PIAs |
sod_rules_enabled |
integer |
No |
3 |
|
SoD enabled |
sox_compliant |
boolean |
No |
True |
|
SOX |
dto.ErrorResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
400 |
|
|
message |
string |
No |
invalid request |
|
|