significant_events
Read the significant events
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/streams/{name}/significant_events</span></div>Refer to Spaces for more information.
Read the significant events<br/><br/>[Required authorization] Route required privileges: read_stream.
get/api/streams/{name}/significant_events
Path parameters
namestring required
The name of the stream.
Query parameters
fromstring required
Start of the time range as an ISO 8601 date string.
tostring required
End of the time range as an ISO 8601 date string.
bucketSizestring required
The bucket size for aggregating events (e.g. "1m", "1h").
querystring
Query string to filter significant events on metadata fields
searchMode'keyword' | 'semantic' | 'hybrid'
Search mode: keyword (BM25), semantic (vector), or hybrid (RRF). When omitted, defaults to hybrid with a silent keyword fallback on failure. When set explicitly, failures propagate as errors.
Request body
Response
Significant events for the stream.