# Get report data 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. Endpoint: GET /api/integration/v2/reports/signedurl/{report_id} Version: 2025-08-06 ## Header parameters: - `token` (string, required) The valid authentication token that is generated by the Authentication operation. ## Path parameters: - `report_id` (integer, required) The ID of the report to be downloaded. You can get the report ID in the (Get report list)[/other-api/revenue/operation/GET_ReportList] response. ## Response 200 fields (application/json; charset=utf-8): - `signed_url` (any) A valid signed URL to download the report. - `success` (boolean) Indicates whether the operation succeeded. ## Response 400 fields (application/json; charset=utf-8): - `Message` (string) Response Status - `Result` (string) Response Status - `status` (string) Response Status ## Response 404 fields (application/json; charset=utf-8): - `error` (string) Error message. - `success` (boolean) Indicates whether the operation succeeded.