Skip to content

Get AI call grading for a single dialer call

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

X-Target-Org-Id
Any of:
string

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".

object
grading
Any of:
object
key
additional properties
any
reviewed
boolean
reviewed_at
Any of:
string
room_name
required
string
status

Ready | pending

string
default: ready
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string