rybbit_get_events
Retrieve paginated lists of pageviews, custom events, and outbound clicks from Rybbit Analytics. Filter by site, date range, and custom criteria to analyze user behavior.
Instructions
Get a paginated list of events (pageviews, custom events, and outbound clicks)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| 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 | |
| pageSize | No | Results per page | |
| timeZone | No | IANA timezone identifier (e.g., America/New_York) | |
| startDate | No | Start date in YYYY-MM-DD format | |
| pastMinutesEnd | No | Minutes ago for end (alternative to date-based) | |
| sinceTimestamp | No | Return events at or after this ISO timestamp (cursor-based pagination) | |
| beforeTimestamp | No | Return events before this ISO timestamp (cursor-based pagination) | |
| pastMinutesStart | No | Minutes ago for start (alternative to date-based) |