reporting_report_run
The Report Run object represents an instance of a report type generated with specific run parameters. Once the object is created, we begins processing the report. When the report has finished running, it will give you a reference to a file where you can retrieve your results.
- Type: string
status max length:100Status of this report run. This will be
pendingwhen the run is initially created. When the run finishes, this will be set tosucceededand theresultfield will be populated. Rarely, we may encounter an error, at which point this will be set tofailedand theerrorfield will be populated.

