Dump the recorded WAMP timeline
lol_wamp_record_dumpRetrieve recorded WAMP timeline entries and per-URI stats with filters for URI, kind, time range, and cursor; helps detect evicted versus never-fired URIs.
Instructions
Return the recorded timeline plus per-URI stats. "stats" is cumulative since the recording started and survives buffer eviction, so a URI that fired and was evicted is still distinguishable from one that never fired. A non-zero "dropped" means entries after your cursor were evicted. Lifecycle entries survive a uri filter; only "kinds" can exclude them. Times are epoch milliseconds, comparable with the page clock.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | URI prefix filter, applied to event entries only | |
| kinds | No | restrict to these entry kinds | |
| limit | No | max entries, default 100 | |
| since | No | lower bound on ts, epoch milliseconds | |
| until | No | upper bound on ts, epoch milliseconds | |
| cursor | No | seq cursor from a previous dump |