> 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-expire-soon.md).

# pci-report-expire-soon

### Overview

* **Key:** `pci-report-expire-soon`
* **Name:** PCI Report Expires Soon
* **Triggers when:** The validity of a PCI report expires in 30 days. This occurs 60 days after a PCI report is approved.

### Fields

| Field               | Type    | Description                  |
| ------------------- | ------- | ---------------------------- |
| approved\_date      | string  | Date report was approved     |
| approved\_days\_ago | integer | Days since report approval   |
| expires\_in\_days   | integer | Days until report expiration |
| pci\_report\_id     | integer | ID of the report             |
| report\_name        | string  | Name of the report           |

### Example data

```json
{
  "approved_date": "2021-08-27",
  "approved_days_ago": 61,
  "expires_in_days": 29,
  "report_id": 123456,
  "report_name": "Example Report"
}
```
