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