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
Body
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
Body