> ## 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/GetFileList method

> The DataFile/GetFileList GET method of the ABBYY FlexiCapture Reporting data access REST API lists all existing reporting archives for a specified tenant.

Retrieves the list of all existing archives for the specified tenant. Set up [automatic database cleanup](/flexi-capture/reporting-db-clean-up) so that the data is stored for as long as you need.

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

## Parameters

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

## Responses

200 — success. The response body contains the plain text list of all available archives, comma-separated in "yyyy-mm" format.
