# Spreadsheet reports

Spreadsheet reports can be generated on selected endpoints -- usually the ones ending with `.find` -- and can be triggered by sending a query attribute `format` with value `excel-daemon`. They take a while to generate -- can be several minutes depending on the data size -- and can be accessed via company dashboard on **Reports > Download center** or via API.

To access spreadsheet reports via API, you can run the following API call:

```sh
curl --request GET \
     --url 'https://api.inevent.com/?action=download.find&tokenID=YOUR_TOKEN_HERE&companyID=YOUR_COMPANY_ID_HERE' \
     --header 'Accept: application/json'
```
