# Reporting API

The DT Offer Wall Reporting API provides access to comprehensive reporting data for the monetization of your app with DT Offer Wall. You can query multiple metrics, such as revenue and impressions, across available dimensions and apply filters as needed.

The following articles describe how to use the Reporting API to retrieve Offer Wall reports:

* [Using the Reporting API](/dt-offer-wall/publishers/reporting/reporting-api/using-the-reporting-api.md)
* [Reporting API Metrics and Dimensions](/dt-offer-wall/publishers/reporting/reporting-api/using-the-reporting-api/reporting-api-metrics-and-dimensions.md)
* Reporting API Endpoints
  * [auth/v1/token](/dt-offer-wall/publishers/reporting/reporting-api/auth-v1-token.md)
  * [api/v1/report](/dt-offer-wall/publishers/reporting/reporting-api/api-v1-report.md)

<br>


---

# 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://docs.digitalturbine.com/dt-offer-wall/publishers/reporting/reporting-api.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.
