Get the unified observability dashboard for a workspace
Returns the per-workspace dashboard in a single response: health,
metrics, errors, costs, and usage sections. Backed by the
per-interval platform_metrics rows plus a summary cache; refreshes
the current open interval on demand and self-heals gaps in closed
intervals.
Requires observability:read permission.
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Workspace identifier.
64^[a-zA-Z0-9_-]+$Query Parameters
Preset window (default 24h).
15m, 30m, 1h, 24h, 7d, 30d Custom range start (overrides period; never cached).
Custom range end (overrides period; never cached).
Granularity override (auto-picked from period; 5m windows shorter than 1h are never cached).
5m, hourly, daily Response
Unified dashboard payload.
Unified per-workspace observability dashboard.
health block - output of internal/observability/build-health.
metrics block - output of internal/observability/build-metrics.
errors block - output of internal/observability/build-errors.
costs block - output of internal/observability/build-costs.
usage block - output of internal/observability/build-usage.