---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://yandex.com/dev/direct/doc/en/headers.md
  - https://yandex.com/dev/direct/doc/ru/headers.md
  - href: en/headers.md
    type: text/markdown
    title: Markdown version
  - href: llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/reports/headers.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/direct/doc/en/llms.txt

# HTTP headers

## Request headers {#request}

You can specify the following headers in addition to the [Authorization](https://yandex.com/dev/direct/doc/en/concepts/headers#authorization), [Accept-Language](https://yandex.com/dev/direct/doc/en/concepts/headers#accept-language), and [Client-Login](https://yandex.com/dev/direct/doc/en/concepts/headers#client-login) headers:

### processingMode

The mode for generating the report: `online`, `offline` or `auto`. If you omit this header, it is interpreted as `auto`. The modes are described in the section [Online and offline reports](https://yandex.com/dev/direct/doc/en/mode.md).

### returnMoneyInMicros: false

 If you specify this header, monetary values in the report are returned in the currency with up to two decimal points. If you omit this header, monetary values are returned as integers – the amount in the currency, multiplied by 1,000,000.

### skipReportHeader: true

Don't include the row with the report name and the date range in the report.

### skipColumnHeader: true

Don't include the row with the field names in the report.

### skipReportSummary: true

Don't include the row with the number of data rows in the report.

### Accept-Encoding: gzip

If the header is specified, gzip compression is used.

## Response headers {#response}

If the report is generated in offline mode, the following header is returned in addition to the [RequestId](https://yandex.com/dev/direct/doc/en/concepts/headers#request-id) header:

### retryIn

The recommended interval in seconds for checking the report status.

### reportsInQueue

The number of offline reports currently queued for generation (maximum 5 reports per user).

