# BI Views v1 The BI Views V1 operations are used to download data for Zuora Revenue standard BI views. **Note:** * Only the standard Zuora Revenue BI views are supported. * If the data volume to be processed exceeds 100k records per query, it is recommended to use (BI Views V2)[/other-api/revenue/tag/BI-Views-v2/] operations. ## Get BI Views - [GET /api/integration/v1/biviews/{view_name}](https://developer.zuora.com/other-api/revenue/bi-views-v1/get_biviews.md): Retrieves the data from a BI view during the specified time period in a CSV file. Use the fromDate and toDate parameters to specify the time period for which data is to be queried. You can also use the count parameter to get the row count for the queried bi view data. ## Get BI View data for selected fields - [POST /api/integration/v1/biviews/{view_name}](https://developer.zuora.com/other-api/revenue/bi-views-v1/post_biviews.md): Fetches data in a CSV or gzip file from BI View.