Get stream dashboards Technical Preview

GET /api/streams/{name}/dashboards

Fetches all dashboards linked to a stream that are visible to the current user in the current space.

application/json

Body

object object

Additional properties are NOT allowed.

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
{}