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

# Arguments for building a report

A list of [arguments](https://yandex.com/dev/adfox/doc/en/statistics/how-to.md#arguments) required to build the report. Requested using the **argument** method:

```httpget
https://adfox.yandex.com/api/report/argument/list/<level>?name=<report_name>
```

#### Request parameters
	
#|
|| **Parameter** | **Description** ||
|| 
`report_name` 
| The report name (used in the request). You can find it using the [list](https://yandex.com/dev/adfox/doc/en/statistics/methods/reports-list.md) method.
 ||
|| 
`level` 
| [The level of detail](*level).
 ||
|#

#### Response format

The response is an array of argument names.

#### Response example

```no-highlight
{
    "result": [
        "supercampaignId",
        "dateFrom",
        "dateTo"
    ],
    "error": null
}
```

[*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.