List dialer-eligible phone numbers
GET /voice/dialer/numbers
GET
/voice/dialer/numbers
List phone numbers available to the dialer for this org.
Each row carries seven-day usage stats (calls_today, calls_7d,
connect_rate_7d) and the daily_limit so an agent can choose
the next number to use without a follow-up call.
Authorizations
Parameters
Query Parameters
Header Parameters
Responses
200
Successful Response
object
data
required
List wrapper for dialer numbers.
The voice payload includes a top-level daily_limit default; we
drop it from the public shape because it is per-number on each row
already, so re-publishing it would just confuse callers.
object
numbers
Array<object>
One available dialer number with its current health stats.
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string