Raw Reporting API
matomo_apiAccess any Matomo Reporting API method directly for custom analytics reports. Leverage available methods to retrieve data not covered by standard tools.
Instructions
Escape hatch: call ANY Matomo Reporting API method directly. Prefer the dedicated matomo_* tools; use this for reports they don't cover (custom dimensions, funnels, heatmaps, segment management, ...). Discover available methods with method='API.getReportMetadata'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | API method as 'Module.action', e.g. 'VisitFrequency.get' or 'API.getReportMetadata'. | |
| params | No | Query parameters using Matomo's native names, e.g. {"idSite": 1, "period": "day", "date": "yesterday", "filter_limit": 20}. |