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.

Request
path Parameters
report_id
required
integer

The ID of the report to be downloaded. You can get the report ID in the Get report list response.

header Parameters
token
required
string

The valid authentication token that is generated by the Authentication operation.

Responses
200

The URL to download the report file. The signed URL will be valid for 30 minutes from the time when it is generated.

400

The report ID is invalid.

404

The specified report ID is not found.

get/api/integration/v2/reports/signedurl/{report_id}
Request samples
curl -X GET --header "token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6IlpJTkdBUEkiLCJpc3MiOiJSRVZQUk8gMy4wIFdlYnNlcnZpY2VzIiwicm9sZSI6IlJldnBybyBBUEkgUm9sZSIsImV4cCI6MTUwNDc0NTIxMywiaWF0IjoxNTA0NzQzNDEzLCJuYmYiOjE1MDQ3NDM0MTMsImNsaWVudG5hbWUiOiJEZWZhdWx0In0.umtarSxRc0KUld5RZkrZMwzIypQYdwFYBP5-d1Cbi1Q"  "https://yourHost/api/api/integration/v2/reports/signedurl/10002"
Response samples
application/json; charset=utf-8
{
  • "signed_url": null,
  • "success": true
}