Skip to main content

Report

Report contains information about a generated report.

type Report {
execution: ReportExecution!
results: ReportResults
}

Fields

Report.execution ● ReportExecution! non-null object

This field contains metadata about the current status of report generation, and fields originally passed in to generate the report.

Report.results ● ReportResults object

Contains the actual data result rows for the report. Note that if reportExecution.status is not SUCCEEDED, this field will be null.

Implemented By

ReportResponse union