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.
Path parameters
The name of the stream.
Query parameters
Start of the time range as an ISO 8601 date string.
End of the time range as an ISO 8601 date string.
The bucket size for aggregating events (e.g. "1m", "1h").
Query string to filter significant events on metadata fields
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.
Changes
Changed in 1 of the 100 revisions of this API.11
- ▲
removed
subschema #2from the request bodyanyOflistrequest-body-any-of-removed
- ○
the request's body became nullable
request-body-became-nullable
- ▲