---
title: "GET /insights"
method: GET
path: "/insights"
---

# GET /insights

`GET /insights`

Gets the latest analytics data for all your current active assessments.

## Response `200`

Success

- GetInsightsResponse
  - `insights` object — The analytics data that the <code>GetInsights</code> API returned.
    - `activeAssessmentsCount` integer — The number of active assessments in Audit Manager.
    - `noncompliantEvidenceCount` integer — The number of compliance check evidence that Audit Manager classified as non-compliant on the <code>lastUpdated</code> date. This includes evidence that was collected from Security Hub with a <i>Fail</i> ruling, or collected from Config with a <i>Non-compliant</i> ruling.
    - `compliantEvidenceCount` integer — The number of compliance check evidence that Audit Manager classified as compliant on the <code>lastUpdated</code> date. This includes evidence that was collected from Security Hub with a <i>Pass</i> ruling, or collected from Config with a <i>Compliant</i> ruling.
    - `inconclusiveEvidenceCount` integer — <p>The number of evidence without a compliance check ruling. Evidence is inconclusive when the associated control uses Security Hub or Config as a data source but you didn't enable those services. This is also the case when a control uses a data source that doesn’t support compliance checks (for example: manual evidence, API calls, or CloudTrail). </p> <note> <p>If evidence has a compliance check status of <i>not applicable</i>, it's classed as <i>inconclusive</i> in <code>Insights</code> data.</p> </note>
    - `assessmentControlsCountByNoncompliantEvidence` integer — The number of assessment controls that collected non-compliant evidence on the <code>lastUpdated</code> date.
    - `totalAssessmentControlsCount` integer — The total number of controls across all active assessments.
    - `lastUpdated` string, date-time — The time when the cross-assessment insights were last updated.

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerException

---

[API](https://skmtc.net/aws/apis/auditmanager.md) · [All operations](https://skmtc.net/aws/apis/auditmanager/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/auditmanager/versions/27a1388d0f2a/schema)
