rybbit_get_error_events
Fetch individual error events with full stack traces and context, enabling precise diagnosis of application errors.
Instructions
Get individual error occurrences with full context including stack traces
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Results per page | |
| siteId | Yes | Site ID or identifier | |
| endDate | No | End date in YYYY-MM-DD format | |
| filters | No | JSON array of filter objects with parameter, type, and value fields | |
| timeZone | No | IANA timezone identifier (e.g., America/New_York) | |
| startDate | No | Start date in YYYY-MM-DD format | |
| errorMessage | Yes | Filter by specific error message | |
| pastMinutesEnd | No | Minutes ago for end (alternative to date-based) | |
| pastMinutesStart | No | Minutes ago for start (alternative to date-based) |