> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/menu/policy-management/history-tab.md).

# History Tab

The Policy Management "History" tab displays a detailed log of all previously issued reports, which users can filter by date, compliance, or account, and download for review.

<figure><img src="/files/z54GeZkJV8CviTb6RvNe" alt=""><figcaption></figcaption></figure>

1. **Date Range Selector:** This component allows the user to define the specific time period for which to display the log of issued reports.
2. **Advanced Filter Bar:** This bar provides granular filtering options to refine the report list. Users can filter the log by Cloud Service, Report Name, Compliance, Account, Recipient
3. **Search Bar:** This field allows for a quick keyword search within the filtered results to locate a specific report log.
4. **Issued Report Log:** This table displays the detailed list of all reports that were issued within the selected date range and match the filter criteria.
   * **Issued Date:** The timestamp when the report was generated and sent.
   * **Report Name:** The name of the configured report that was run.
   * **Compliance:** The compliance framework the report was based on.
   * **Account Name (ID):** The account(s) included in the report.
   * **Recipient:** The email address the report was sent to.
   * **Download:** The icon on the far right of each row allows the user to download a copy of that specific issued report.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.opsnow.io/dev-opsnow-user-guide-v0.2/menu/policy-management/history-tab.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
