Skip to main content
Return one report’s full detail: the list summary plus its configuration. The natural follow-up to list_reports: take a report and read how it is built — its tracked source datatable for record reports, its columns and their types, the filters and sort applied, the bottom-of-column aggregates, and the pivot-table / chart layout when configured. This is the configuration that makes the report’s data interpretable; the computed rows and pivot cells live behind get_report_data and get_report_pivot_data, while the values displayed by a configured chart live behind get_report_chart_data. access (who can view the report) is only returned to callers with write access on reports; read-only callers get access: null.

Parameters

Body

string
required
Id of the report to read — the id list_reports returns.

Response

Body

string
string
string
string
string
object
Source data table tracked by a record report, with its id and name; null for statement reports.
object
object
object[]
object[]
object[]
object
object
object
string