Get AI call grading for a single dialer call
GET /voice/dialer/calls/{room_name}/grading
GET
/voice/dialer/calls/{room_name}/grading
Return the AI-generated grading payload for a dialer call.
Returns status="pending" when grading is still being computed
(voice responds 204). Returns 404 if the call does not exist for the
caller’s org.
Authorizations
Parameters
Path Parameters
room_name
required
LiveKit room / call identifier (livekit_room_name).
string
LiveKit room / call identifier (livekit_room_name).
Header Parameters
Responses
200
Successful Response
object
data
required
AI grading for a single dialer call.
The status field flips to "pending" when the upstream service
returns 204 (grading still being computed). In that case grading
will be empty and reviewed will be False. Callers can poll
until status == "ready".
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string