v1
latestOpenAPI 3.0.02026-08-063524105.9 KBTelephony - Phone Numbers
List phone numbers
List all phone numbers in a workspace.
get/internal/telephony/phone-numbers
Query parameters
workspaceIdstring uuid required
Workspace ID
includeDeletedstring
Response
Phone numbers list
Example response
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"workspaceId": "789e4567-e89b-12d3-a456-426614174000",
"number": "+14155551234",
"countryDial": "+1",
"status": "active",
"type": "outbound_only",
"engineId": "asst_abc123",
"telephonyId": "1234567890",
"price": 1.5,
"purchasedAt": "2025-12-11T12:00:00Z",
"renewalAt": "2026-01-11T12:00:00Z",
"available": true,
"createdAt": "2025-12-11T12:00:00Z",
"updatedAt": "2025-12-11T12:00:00Z"
}
]