List Phone Numbers
Phone Number
List Phone Numbers
Retreives a paginated list of phone numbers
GET
List Phone Numbers
Documentation Index
Fetch the complete documentation index at: https://docs-in.getello.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Query Parameters
Page number for pagination.
Example:
1
Number of phone numbers to return per page.
Example:
10
Response
Phone numbers fetched successfully
Example:
200
Example:
"Phone numbers fetched successfully"
Example:
{
"total": 3,
"page": 1,
"size": 10,
"phone_numbers": [
{
"_id": "6901a88b23bc1023d88134fa",
"number": "+14155552671",
"status": "active",
"type": "inbound",
"created_at": "2025-10-10T09:30:00Z"
},
{
"_id": "6901a88b23bc1023d88134fb",
"number": "+14155559876",
"status": "inactive",
"type": "outbound",
"created_at": "2025-09-20T11:45:00Z"
}
]
}