Skip to main content
GET
Get the unified observability dashboard for a workspace

Authorizations

Authorization
string
header
required

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

workspaceId
string
required

Workspace identifier.

Maximum string length: 64
Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

period
enum<string>

Preset window (default 24h).

Available options:
15m,
30m,
1h,
24h,
7d,
30d
start
string<date-time>

Custom range start (overrides period; never cached).

end
string<date-time>

Custom range end (overrides period; never cached).

granularity
enum<string>

Granularity override (auto-picked from period; 5m windows shorter than 1h are never cached).

Available options:
5m,
hourly,
daily

Response

Unified dashboard payload.

Unified per-workspace observability dashboard.

workspaceId
string
period
object
health
object

health block - output of internal/observability/build-health.

metrics
object

metrics block - output of internal/observability/build-metrics.

errors
object

errors block - output of internal/observability/build-errors.

costs
object

costs block - output of internal/observability/build-costs.

usage
object

usage block - output of internal/observability/build-usage.

meta
object