---
title: "Compliance Risks By Cloud Accounts"
method: POST
path: "/compliance/executive_dashboard/risk"
tags: ["Compliance"]
---

# Compliance Risks By Cloud Accounts

`POST /compliance/executive_dashboard/risk`

Compliance Risk by Cloud Accounts

## Request body

- SecurityDashboardRequest
  - `filter` SecurityDashboardAccountFilters
    - `tenants` string[] — Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
    - `clouds` string[] — Define the Cloud Providers to include.
    - `cloud_accounts` string[] — Specify the Cloud Account IDs.

## Response `200`

Fetched

- SecurityDashboardCompliance[]
  - `cloud_account_id` string — Cloud Account Id
  - `high` SecurityDashboardComplianceSeverity
    - `total` integer — Total Severity Count
    - `violations` integer — Total Violations Count
  - `medium` SecurityDashboardComplianceSeverity
    - `total` integer — Total Severity Count
    - `violations` integer — Total Violations Count
  - `low` SecurityDashboardComplianceSeverity
    - `total` integer — Total Severity Count
    - `violations` integer — Total Violations Count

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.dev/corestack/apis/corestack-external-api.md) · [All operations](https://skmtc.dev/corestack/apis/corestack-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corestack/corestack-external-api/revisions/bf2cdf20826d/schema)
