Search the authenticated workspace's retained feed-event history without
reading or changing any pull-consumer checkpoint. Results are ordered
newest first.
The simplest request is an empty JSON object. It returns events from all
currently enabled, non-session feeds over the previous hour. Set from
to a relative duration such as 6h or 7d, a UTC date, or an RFC 3339
timestamp. to accepts a UTC date or RFC 3339 timestamp and defaults to
the time the request is received.
For narrower searches, use feed_ids and the advanced exact-match fields
event_types, ip, cve, tag, and classification. Explicitly named
disabled feeds remain searchable while their events are retained.
This endpoint uses stateless keyset pagination. When has_more is true,
send a new request containing only the returned cursor and, optionally,
limit. The signed cursor restores the original workspace, feed scope,
filters, and absolute time window. It is unrelated to the cursor returned
by the pull endpoint for acknowledgement.
Retained history is approximately 90 days. Session events are not stored
and cannot be searched.
