Retrieves the download information for a specific compliance report identified by its unique reportId
.
This endpoint provides the URL to download the report file, along with metadata such as the file name and the expiration time for the download link.
Use this endpoint after generating a report to access the final output. Ensure the reportId
corresponds to a valid and completed report in the system.
Success. Returns the download URL, file name, and expiration timestamp for the specified report.
Bad Request
Unauthorized
Forbidden
Conflict
Server Error
{- "downloadUrl": "string",
- "fileName": "string",
- "expiresAt": "2019-08-24T14:15:22Z"
}