Tool
tracking_live-events_list
List the most recent tracking events for the current product (live visitor stream).
List the most recent tracking events for the current product (live visitor stream). Cursor-paged for incremental polling.
Behavior
- HTTP
GET /tracking/live
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | — | Max events to return (default 50, max 200) |
| since | string | — | Opaque cursor from a previous response; omit for the newest events |
| domain | string | — | Filter to a single domain (e.g. acme.com) |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| cursor | string | • | |
| events | array | • |
Try it
List the most recent tracking events for the current product (live visitor stream).