> For the complete documentation index, see [llms.txt](https://docs.halosecurity.com/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.halosecurity.com/api/events-archive/pci-report-approved.md).

# pci-report-approved

### Overview

* **Key:** `pci-report-approved`
* **Name:** PCI Report Approved
* **Triggers when:** A submitted PCI report is approved

### Fields

| Field        | Type    | Description                   |
| ------------ | ------- | ----------------------------- |
| report\_id   | integer | ID of the report              |
| report\_name | string  | Name of the report            |
| alert        | integer | Approval status of the report |

### Example data

```json
{
  "report_id": 123456,
  "report_name": "Sample Report",
  "alert": 1
}
```
