get_reports# static ADR.get_reports(*, fields: list | None = None, flat: bool = False) → ObjectSet | list# Return all root report templates, optionally as a values-list. Parameters: fieldslist, optionalIf provided, use values_list on the underlying queryset with these fields. flatbool, default: FalsePassed through to values_list. Typically used when a single field name is provided in fields. Returns: ObjectSet or listEither an ObjectSet of templates or a list of field tuples/values.