Spaces method and path for this operation:
get /s/{space_id}/api/streams/{name}/significant_events
Refer to Spaces for more information.
Read the significant events
[Required authorization] Route required privileges: read_stream.
Query parameters
-
Query string to filter significant events on metadata fields
-
Search mode: keyword (BM25), semantic (vector), or hybrid (RRF). Defaults to hybrid when inference is available.
Values are
keyword,semantic, orhybrid.
GET
/api/streams/{name}/significant_events
curl \
--request GET 'https://<KIBANA_URL>/api/streams/{name}/significant_events?from=string&to=string&bucketSize=string' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"