{ "opencollection": "1.0.0", "info": { "name": "Amigo Account Sensorium API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sensorium", "type": "folder" }, "items": [ { "info": { "name": "Per-source event health for the workspace (last 24h)", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/sensorium/connector-health", "params": [ { "name": "workspace_id", "value": "", "type": "path" } ] }, "docs": "Per-source event health for the workspace (last 24h)" }, { "info": { "name": "Sense→act latency distribution for the workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/sensorium/loop-latency", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "window_hours", "value": "", "type": "query", "description": "Window size in hours (1-168)." } ] }, "docs": "Sense→act latency distribution for the workspace" } ] } ], "bundled": true }