listDashboards
abstract suspend fun listDashboards(input: ListDashboardsRequest = ListDashboardsRequest { }): ListDashboardsResponse
Returns a list of all dashboards in your account.
Samples
// Listing dashboards for a user
val resp = bcmDashboardsClient.listDashboards()Content copied to clipboard