Skip to main content
GET
/
v1
/
observability
/
platform
/
summary
Get a cross-organization platform observability summary
curl --request GET \
  --url https://{host}/v2/workspaces/slug:ai-governance-v2/webhooks/v1/observability/platform/summary \
  --header 'Authorization: Bearer <token>'
{
  "meta": {
    "period": "<string>",
    "period_start": "2023-11-07T05:31:56Z",
    "generated_at": "2023-11-07T05:31:56Z",
    "workspaces_discovered": 123
  },
  "health": {
    "score": 123,
    "status": "<string>",
    "uptime": 123
  },
  "performance": {
    "total_interactions": 123,
    "total_executions": 123,
    "p50_ms": 123,
    "p95_ms": 123,
    "p99_ms": 123,
    "error_rate": 123
  },
  "infrastructure": {
    "by_provider": {}
  },
  "cost": {
    "total": 123,
    "total_tokens": 123,
    "total_carbon_kgco2": 123,
    "by_model": {},
    "forecast_monthly": 123
  },
  "alerts": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.prisme.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

User session JWT or instance API key (iak_*). Send as Authorization: Bearer <token>.

Query Parameters

period
enum<string>

Preset window (default 24h).

Available options:
1h,
24h,
7d,
30d
Maximum string length: 10
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.

Available options:
5m,
hourly,
daily

Response

Platform summary.

meta
object
health
object
performance
object
infrastructure
object
cost
object
alerts
object[]