> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DataFile method

> The DataFile GET method of the ABBYY FlexiCapture Reporting data access REST API downloads a zip archive of CSV statistics for a given tenant, year, and month.

Downloads a file with reporting statistics of the specified tenant gathered for the specified period.

```
GET <%REPORTING_DATA_ACCESS_URL%>/api/DataFile
```

## Parameters

*tenantName* (string) is the name of the tenant for which to check the availability of reporting data.

*year* (int), *month* (int) specify the time for which to download the reporting data.

## Responses

200 — download successful. The response body contains the binary zip archive with all data tables for the specified month. The table structure follows the [reporting database model](/flexi-capture/reporting-db-model), and the tables themselves are in CSV format.
