Get stream rules
Technical Preview
Spaces method and path for this operation:
get /s/{space_id}/api/streams/{name}/rules
Refer to Spaces for more information.
Fetches all rules linked to a stream that are visible to the current user in the current space.
[Required authorization] Route required privileges: read_stream.
GET
/api/streams/{name}/rules
curl \
--request GET 'https://localhost:5601/api/streams/{name}/rules' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"