# ReportExport

The *Reports* endpoint contains a selection of pre-selected reports for solution providers to retrieve via API. You can list all available reports, retrieve a specific report, and retrieve metadata about a specific report.

Not all reports can be run via API. Any report that cannot be run via API needs to have its `RunUri` appended to `https://app.impact.com`, which will direct you to that report's screen in the impact.com web app.


---

# 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://integrations.impact.com/agency-v3/agency-v2/reference/reportexport.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.
