public ReportDetails[] GetReportDetails(string username, string password, string jobName)
Returns a list of the reports that have been generated to describe the data quality from a job.
After a data cleansing job has completed, one or more human-readable reports are generated to describe the current and possible
quality of the data. This method returns the list of reports that are available for a job, and a description of the information
that is contained in each report.
In order to download the contents of one of the reports in this list, pass the value from the Name field of the
ReportDetails instance to the DownloadReport
method.