Get stream dashboards
Technical Preview
Fetches all dashboards 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}/dashboards
curl \
--request GET 'http://localhost:5601/api/streams/{name}/dashboards' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json"