> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# View a compliance report

> Review the results of a specific compliance plan execution run

A compliance report captures the results of a single compliance plan execution run. To open a report, click a row in the [Reports tab](/itential-cloud/configuration-manager/compliance-plans/reporting#reports-tab) of the Compliance Plan Reporting page.

Unlike the [compliance plan detail page](/itential-cloud/configuration-manager/compliance-plans/plan-details), which reflects the plan's current state and history, a compliance report is a point-in-time record of a specific run.

## Page header

The page header displays the plan name and the following run-level metrics as inline values:

| Field                  | Description                                 |
| ---------------------- | ------------------------------------------- |
| **Devices Checked**    | Number of devices included in this run      |
| **Compliance Rate**    | Compliance percentage for this run          |
| **Connection Success** | Connection success rate for this run        |
| **Non-Compliant**      | Number of non-compliant devices in this run |
| **Connection Errors**  | Number of connection errors in this run     |

The following actions are available from the top right:

| Action         | Description                                |
| -------------- | ------------------------------------------ |
| **Re-run Now** | Trigger a new compliance run for this plan |
| **Export**     | Export report data as CSV or JSON          |

## Connection errors

The **Connection Errors** panel displays connection failures from this run. It shows the number of successful connections, failed connections, and the overall success rate.

Error messages are grouped by error type and are expandable. Each group shows a count badge indicating how many devices returned that error. Click **View More Errors** to see the full error list.

Error messages are displayed exactly as returned by the device or adapter. When a device fails to connect without returning a specific error, the system displays: "Connection failed - no error details received from device." For troubleshooting guidance, see [Connection error reporting](/itential-cloud/configuration-manager/compliance-plans/connection-errors).

## Compliance errors

The **Compliance Errors** section lists all Golden Configuration trees that contain nodes with compliance failures in this run. Only trees with at least one non-compliant node appear here.

Each row displays the tree and node path and is expandable. Expanding a row reveals a paginated, searchable table of devices that failed compliance for that node, along with the device groups they belong to.

Click **Review →** for a device to open the compliance errors detail page for that node and device.

## Compliance plan devices

A paginated table of all devices included in this run. Use the quick filter tabs to narrow the list:

| Filter      | Description                                 |
| ----------- | ------------------------------------------- |
| **All**     | All devices in the run                      |
| **Audited** | Devices that were successfully checked      |
| **Errored** | Devices that encountered a connection error |

| Column               | Description                                                                               |
| -------------------- | ----------------------------------------------------------------------------------------- |
| **Device Name**      | The device name as it appears in inventory                                                |
| **Type**             | The device type                                                                           |
| **Group**            | Device groups the device belongs to                                                       |
| **Last Backup**      | Age of the device's most recent backup, or **Never** if no backup exists                  |
| **Backup Status**    | Whether the backup is current (**CURRENT**), stale (**STALE**), or absent (**NO BACKUP**) |
| **Connection Error** | The connection error message returned by the device, if applicable                        |

All columns are sortable.

## Learn more

#### [View compliance plan details](/itential-cloud/configuration-manager/compliance-plans/plan-details)

View the full plan history and trend data

#### [Connection error reporting](/itential-cloud/configuration-manager/compliance-plans/connection-errors)

Understand and troubleshoot connection failures