Get observability config
⚠ STUB ENDPOINT — Returns the server’s observability configuration (OTEL endpoint, instrumentation list). It is NOT a metric data source — use Prometheus / Grafana or
/api/platform/usage/*for measurements.
Returns the server’s observability configuration: OpenTelemetry endpoint, service name, automatic and custom instrumentation, and the metrics exported. Useful when diagnosing missing traces or for self-service introspection by integrators. Requires the read:metrics scope.
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.