Consolidated payload containing every metric shown on the workspace dashboard. Each section mirrors the response of its dedicated endpoint, so consumers can integrate a single call instead of orchestrating many.
Summary
Types
@type t() :: %ExBifrost.Model.GetDashboard200Response{ dimension_rankings: %{ optional(String.t()) => ExBifrost.Model.GetDashboard200ResponseDimensionRankingsValue.t() } | nil, mcp: ExBifrost.Model.GetDashboard200ResponseMcp.t() | nil, meta: ExBifrost.Model.GetDashboard200ResponseMeta.t() | nil, model_rankings: ExBifrost.Model.GetDashboard200ResponseModelRankings.t() | nil, overview: ExBifrost.Model.GetDashboard200ResponseOverview.t() | nil, provider_usage: ExBifrost.Model.GetDashboard200ResponseProviderUsage.t() | nil }