Read the significant events Technical Preview; added in 9.1.0

GET /api/streams/{name}/significant_events

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.

Path parameters

  • name string Required

Query parameters

  • from string Required
  • to string Required
  • bucketSize string Required
application/json

Body

object object

Additional properties are NOT allowed.

GET /api/streams/{name}/significant_events
curl \
 --request GET 'http://localhost:5601/api/streams/{name}/significant_events?from=string&to=string&bucketSize=string' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"