# Reports The Reports operations are used to download reports that are generated in Zuora Revenue. ## Get report list - [GET /api/integration/v1/reports/list](https://developer.zuora.com/other-api/revenue/reports/get_reportlist.md): Gets a list of available reports that are created on a specified date. ## Download a report - [GET /api/integration/v1/reports/download/{filename}](https://developer.zuora.com/other-api/revenue/reports/get_downloadreports.md): Downloads a specific report from Zuora Revenue. Note: * Only the report files that are created in the last 48 hours are available for download. * The maximum downloadable report file size is 1 GB. * If the report file size exceeds 1 GB, use the (Get report data)[/other-api/revenue/operation/GET_ReportsURL] operation to download the report from a signed URL. ## Get report data - [GET /api/integration/v2/reports/signedurl/{report_id}](https://developer.zuora.com/other-api/revenue/reports/get_reportsurl.md): Generates a signed URL from Zuora Revenue to download the report with the specified report ID. The returned URL will be valid for 30 minutes. Note: This API operation is available in Zuora Revenue 37.002.00.00 and later. The advantage of this operation is that it can provide a URL to download the report without the restriction on the file size.