search-rum-events
Search Real User Monitoring events from mobile and web apps, including sessions, views, errors, and actions, using queries with time ranges and sorting.
Instructions
Search Real User Monitoring events (sessions, views, errors, actions) from mobile/web apps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | RUM search query. Example: service:my-app @type:error @session.type:user | |
| from | Yes | Start time (ISO 8601). Example: 2026-02-26T00:00:00Z | |
| to | Yes | End time (ISO 8601). Example: 2026-02-26T23:59:59Z | |
| limit | No | Max results (default 50, max 1000) | |
| sort | No | Sort order: -timestamp (newest first) or timestamp (oldest first) | -timestamp |
| extractFields | No | Comma-separated dotted paths to project from response (e.g. 'id,name,owner.name,columns.*.name'). Use `*` as wildcard for arrays/objects. Wrap field names with dots in backticks. Reduces response tokens dramatically on large entities. |