## Admin Reports

**Admin reports** are reports that can be run to summarize user and system activity. Currently, the following reports can be run:

- **Activity report** – This report lists activity between the specified dates and filters.
- **Analysis overview report** – This report lists analyses and the associated risk score results.
- **Row usage report** – This report lists analyses completed within your specified date range along with the number of rows in each primary current period data file.

### Run Activity Report
Running an **activity report** returns an async result, which can then be used to return a **file result**.

Provide `start` and `end` date values to limit the results to a specific time period.

Setting values in the `userIds` and `categories` lists will limit the results to the users who performed the actions, and the provided categories, respectively. Leaving these lists empty will return results for all users and categories, respectively.
### Permissions
- `api.admin-reports.run`
