# Models

## The Report object

```json
{"openapi":"3.1.0","info":{"title":"Brand API - Reports & Exports","version":"v13"},"components":{"schemas":{"Report":{"type":"object","properties":{"Name":{"type":"string","description":"The display name of the report."},"Id":{"type":"string","description":"The unique identifier or handle for the report."},"Category":{"type":"string","description":"The category the report belongs to."},"Description":{"type":"string","description":"A description of what the report contains."},"ApiAccessible":{"type":"boolean","description":"Whether this report can be run via the API."},"ApiRunUri":{"type":"string","format":"uri-reference","description":"The URI to run this report synchronously."},"DeferredApiRunUri":{"type":"string","format":"uri-reference","description":"The URI to schedule this report as an asynchronous export job."},"MetaDataUri":{"type":"string","format":"uri-reference","description":"The URI to retrieve this report's metadata."},"RunUri":{"type":"string","format":"uri-reference","description":"The URI to run this report in the impact.com platform."}}}}}}
```

## The ReportMetadata object

```json
{"openapi":"3.1.0","info":{"title":"Brand API - Reports & Exports","version":"v13"},"components":{"schemas":{"ReportMetadata":{"type":"object","properties":{"Name":{"type":"string","description":"The display name of the report."},"Id":{"type":"string","description":"The unique identifier or handle for the report."},"Description":{"type":"string","description":"A description of what the report contains."},"Filters":{"type":"array","description":"The filter parameters available when running the report.","items":{"type":"object","properties":{"Name":{"type":"string","description":"The filter parameter name."},"DataType":{"type":"string","description":"The data type of the filter (e.g., String, Integer, Date)."},"Format":{"type":"string","description":"The expected format of the filter value, if applicable."}}}},"Attributes":{"type":"array","description":"The attributes (columns) returned by the report.","items":{"type":"object","properties":{"Name":{"type":"string","description":"The attribute name."},"DataType":{"type":"string","description":"The data type of the attribute."},"Description":{"type":"string","description":"A description of the attribute."}}}},"RunUri":{"type":"string","format":"uri-reference","description":"The URI to run this report."},"Uri":{"type":"string","format":"uri-reference","description":"The unique reference to this metadata object in the impact.com API."}}}}}}
```


---

# 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/brand-api-reference/brand-api-reference-v13/reference/report-export/models.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.
