Skip to main content
GET
/
partner
/
dashboards
/
data
Data scan dashboard for instance
curl --request GET \
  --url https://api.example.com/partner/dashboards/data
{
  "current_grade": "<string>",
  "previous_grade": "<string>",
  "top_5_categories": [
    {
      "name": "<string>",
      "times_searched": 123
    }
  ],
  "top_10_most_sensitive": [
    {
      "name": "<string>",
      "ip_address": "<string>",
      "last_scanned": "<string>",
      "total_scans": 123,
      "total_sensitive_items": 123,
      "percent_sensitive": 123,
      "risk_grade": "<string>"
    }
  ]
}

Headers

Authorization
string

Response

OK

Represents dashboard data including grades and sensitive data information.

current_grade
string | null

Current overall grade.

previous_grade
string | null

Previous overall grade.

top_5_categories
Sensitive Data Category · object[] | null

List of top 5 sensitive data categories.

top_10_most_sensitive
Sensitive Data Target · object[] | null

List of top 10 most sensitive data targets.