get_observability_overview

Aggregate gateway metrics for a server over a time window.

Returns an observability overview for one server: totalEvents, successEvents, errorEvents, avgDuration (ms), avgRequestSize, and avgResponseSize, aggregated over a time window. Read-only.

In MCP Apps-capable clients this renders the gateway-metrics widget: a live metrics card instead of raw JSON.

Parameters

ParameterTypeRequiredDescription
organizationIdstringYesThe organization the server belongs to. From list_organizations.
serverIdstringYesThe server to query. From list_servers.
startTimestringNoISO 8601 lower bound (inclusive). Defaults to the last 24 hours.

On this page