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.

[Required authorization] Route required privileges: read_stream.

Path parameters

  • name string Required
application/json

Body

object object

Additional properties are NOT allowed.

GET /api/streams/{name}/dashboards
curl \
 --request GET 'http://localhost:5601/api/streams/{name}/dashboards' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json"