# Verify Report

The verify report page shares many similarities with the SMS Report Page, allowing users to search, filter, and download reports. This document outlines the functionalities and features specific to the Verify Report Page.

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

### Features

**Search Functionality**

* **Keyword Search**: Users can search for specific records using keywords.
* **Time Frame**: By default, the report displays records from the last one month from the current date.

#### Filtering Options

* **Country Filter**: Users can filter OTP verification records based on the country.
* **Status Filter**: Users can filter records by the status of the OTP (e.g., sent, delivered, scheduled).

#### Detailed Logs

* **View Detailed Log**: There is an option to view detailed logs for each OTP verification attempt, providing comprehensive information about each transaction.

#### Download Report

* **Report Download**: Users have the option to download the OTP verification report for further analysis or record-keeping.

The Verify Report Page functions similarly to the SMS Report Page, providing a consistent user experience across different types of reports.


---

# Agent Instructions: 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:

```
GET https://guides.d7networks.com/verify/verify-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
