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 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. 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
The report to read. Accepts the report’s ObjectId (the id returned by list_reports) or a case- and accent-insensitive substring of its name. A name matching no — or more than one — report raises a clear error; pass the full id to disambiguate.

Response

Body

string
string
string
string
string
object
object
object[]
object[]
object[]
object
object
object
string
string