---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.1
alternate:
  - https://yandex.com/dev/adfox/doc/en/statistics/methods/reports-list.md
  - https://yandex.com/dev/adfox/doc/ru/statistics/methods/reports-list.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/adfox/doc/en/llms.txt

# List of available reports

You can request a list of available reports for your selected [level of detail](https://yandex.com/dev/adfox/doc/en/statistics/how-to.md#level) using the **list** method.

To get a list of available reports, make a request:

```httpget
https://adfox.yandex.com/api/report/list/<level>
```

#### Request parameters

#|
|| **Parameter** | **Description** ||
|| 
`level` 
| [The level of detail](*level).
 ||
|#


#### Response format

```javascript
{
  "result": {
      "reports:" [
          {
            "name": (string)
            "title": (string)
            "dateRange": (string)
            "availableFrom": (string)
            "isCustom": (integer)
          },
          ...
      ]
  },
  "error": (string)
}
```

#|
|| **Parameter** | **Description** ||
|| 
`name` | The report name (used in the request).

If `isCustom`=`1`, for a saved report request specify `name`=`custom_N` (where `N` is the report ID). ||
|| 
`title` | The report name (text). ||
|| 
`dateRange` | 	Detailing the report by time:

- `day`: The selected day by hours.
- `days`: The selected period by days.
- `weeks`: The selected period by weeks.
- `months`: The selected period by months. ||
|| 
`availableFrom` | The date when the completed request appears in the system, `YYYY-MM-DD hh:ii:ss`. ||
|| 
`isCustom` | Report type:

- `0`: Preset report.
- `1`: Report saved by the user. ||
|#

[*level]: Available levels of detail:

- `owner`: A general report.
- `supercampaign`: At the supercampaign level.
- `campaign`: At the campaign level.
- `banner`: At the banner level.
- `site`: At the site level.
- `section`: At the section level.
- `place`: At the placement level.