mediumOPENAPI_MISSING_OPERATION_ID
4 operations lack operationId
Add stable operationId values for client and MCP correlation.
GET https://mind-processing-monitor.platphormnews.com/api/docs
HTTP 200
Content-Type: application/json
104 ms
Digest: sha256:1ccdfc7b467c604371369b885a7ca01812c88c5e1551cb90229ede2b8e8de098
Preview: {"openapi":"3.1.0","info":{"title":"MCP Trace Observatory API","version":"1.0.0","description":"Real-time observability monitor for the PlatPhorm agent network: live traces, spans, tool calls, lifecycle states, and system health."},"servers":[{"url":"https://mind-processing-monitor.platphormnews.com"}],"paths":{"/api/health":{"get":{"summary":"Service health probe","responses":{"200":{"description":"Healthy"},"503":{"description":"Upstream degraded"}}}},"/api/monitor":{"get":{"summary":"Combined live snapshot","responses":{"200":{"description":"MonitorSnapshot"}}}},"/api/events":{"get":{"summary":"Event outbox derived from recent traces","parameters":[{"name":"since","in":"query","schema":{"type":"string","format":"date-time"}},{"name":"limit","in":"query","schema":{"type":"integer","default":50}}],"responses":{"200":{"description":"Event list with cursor"}}}},"/api/webhooks":{"post":{"summary":"Signed, idempotent, retryable webhook receiver","parameters":[{"name":"X-Signature","in":"header","required":true,"schema":{"type":"string"}},{"name":"X-Idempotency-Key","in":"header","required":false,"schema":{"type":"string"}}],"responses":{"202":{"description":"Accepted"},"401":{"description":"Invalid signature"},"409":{"description":"Replayed (idempotent hit)"}}}}}}