Get group stream settings Technical Preview
Spaces method and path for this operation:
get /s/{space_id}/api/streams/{name}/_group
Refer to Spaces for more information.
Fetches the group settings of a group stream definition
[Required authorization] Route required privileges: read_stream.
GET /api/streams/{name}/_group
curl \ --request GET 'https://localhost:5601/api/streams/{name}/_group' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json"