{ "opencollection": "1.0.0", "info": { "name": "Amigo Account Voice Judge API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Voice Judge", "type": "folder" }, "items": [ { "info": { "name": "Recent voice-judge results for a service", "type": "http" }, "http": { "method": "GET", "url": "https://api.amigo.ai/v1/:workspace_id/services/:service_id/voice-judge/recent", "params": [ { "name": "workspace_id", "value": "", "type": "path" }, { "name": "service_id", "value": "", "type": "path", "description": "Service UUID" }, { "name": "limit", "value": "", "type": "query", "description": "Max rows to return (default 20, max 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination (default 0)" } ] }, "docs": "Returns the most recent per-call voice-judge scores for one service, ordered newest first. Produced by the Databricks `voice_judge` job (stereo audio → Gemini 2.5 Flash → 10-dimension rubric). Used by the Agent Readiness page to populate Voice Quality criterion cards.\n\n**Latency**: 500ms-2s (reads from analytics warehouse, not OLTP).\n\n**Default limit**: 20. Max 100." } ] } ], "bundled": true }