Get query stream settings Technical Preview; added in 9.4.0

GET /api/streams/{name}/_query

Spaces method and path for this operation:

get /s/{space_id}/api/streams/{name}/_query

Refer to Spaces for more information.

Fetches the query settings of a query stream definition

[Required authorization] Route required privileges: read_stream.

Path parameters

  • name string Required

    The name of the query stream.

application/json

Body

object object

Additional properties are NOT allowed.

Responses

  • 200

    Query settings for the stream.

GET /api/streams/{name}/_query
curl \
 --request GET 'https://localhost:5601/api/streams/{name}/_query' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"