Get stream queries
Technical Preview
Fetches all queries linked to a stream that are visible to the current user in the current space.
Path parameters
-
name
string Required
curl \
--request GET 'https://<KIBANA_URL>/api/streams/{name}/queries' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"
{}