Voice Judge

Recent voice-judge results for a service

get

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.

Latency: 500ms-2s (reads from analytics warehouse, not OLTP).

Default limit: 20. Max 100.

Authorizations
AuthorizationstringRequired

API key issued via POST /v1/{workspace_id}/api-keys. Pass the returned api_key value as a Bearer token.

Path parameters
workspace_idstring · uuidRequired
service_idstring · uuidRequired

Service UUID

Query parameters
limitinteger · min: 1 · max: 100Optional

Max rows to return (default 20, max 100)

Default: 20
offsetintegerOptional

Offset for pagination (default 0)

Default: 0
Responses
chevron-right
200

Voice judge rows (newest first)

application/json
service_idstring · uuidRequired
countintegerRequired
get
/v1/{workspace_id}/services/{service_id}/voice-judge/recent

Last updated

Was this helpful?