get_rum_events
Search and retrieve Real User Monitoring events from Datadog using custom queries and time ranges to analyze user experience data.
Instructions
Search and retrieve RUM events from Datadog
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Datadog RUM query string | |
| from | Yes | Start time in epoch seconds | |
| to | Yes | End time in epoch seconds | |
| limit | No | Maximum number of events to return. Default is 100. |