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.

  • status
    Type: string
    max length:  
    100

    Status of this report run. This will be pending when the run is initially created. When the run finishes, this will be set to succeeded and the result field will be populated. Rarely, we may encounter an error, at which point this will be set to failed and the error field will be populated.