Matomo icon

Matomo

Use the Matomo API

Actions539

Overview

This node interacts with the Matomo API to retrieve an overview of the last crashes recorded in the past 30 minutes. It is useful for monitoring recent crash events on a website or application, helping developers and analysts quickly identify and respond to issues. For example, it can be used to fetch crash summaries to integrate with alerting systems or dashboards for real-time crash monitoring.

Use Case Examples

  1. Fetch the last crashes overview for a specific site to monitor recent crash activity.
  2. Use the node to get crash data filtered by specific parameters such as site ID or time period to analyze crash trends.

Properties

Name Meaning
Query Parameters Collection of optional parameters to filter or customize the crash data retrieval, such as site ID, limit, filters, and other crash-related options.

Output

JSON

  • json - Array of crash overview objects returned by the Matomo API, each representing a recent crash event with details.

Dependencies

  • Matomo API endpoint URL and authentication token

Troubleshooting

  • Ensure the Matomo API domain and authentication token are correctly configured; missing credentials will cause errors.
  • Verify that the query parameters are valid and supported by the Matomo API to avoid request failures.
  • Check network connectivity to the Matomo API endpoint to prevent request timeouts or connection errors.

Links

Discussion