list_reports
Browse saved Cloud Analytics reports and get a paginated list with IDs and metadata. Filter by name, owner, type, or update time.
Instructions
Use this when the user wants to see their saved Cloud Analytics reports or browse available reports. Returns a paginated list of reports with their IDs and metadata. Do NOT use this for running queries (use run_query) or getting report results (use get_report_results).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Filter string in format 'key:value|key:value'. Multiple values for same key are treated as OR, different keys as AND. Possible filter keys: reportName, owner, type, updateTime, use the filter property only if you know for sure the value is a valid filter key, do not guess it. | |
| pageToken | No | Token for pagination. Use this to get the next page of results. |