Get group stream settings Technical Preview

GET /api/streams/{name}/_group

Fetches the group settings of a group stream definition

application/json

Body

object object

Additional properties are NOT allowed.

GET /api/streams/{name}/_group
curl \
 --request GET 'https://<KIBANA_URL>/api/streams/{name}/_group' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"
Request examples
{}