List phone numbers (keyset pagination)

Retrieve a list of phone numbers owned by the account using keyset (cursor/bookmark) pagination. Start with no cursor to fetch the first page, then pass the next_cursor returned in pagination to fetch the following page. has_more is false and next_cursor is null on the last page. A cursor is bound to the filter set that produced it: replaying it with a different set of filters returns 422. Only per_page may change between pages; to change any other filter, restart without a cursor.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The account identifier

Query Params
string

Filter by carrier.

string

Filter by substring of phone number.

string

Filter by NPA.

string

Filter by NXX.

string

Filter by tier. A|B|C|D.

string

Filter by origin. stock|byot|port-in.

string

Filter by type. local|toll-free.

string

Filter by description.

integer

Filter to include phone numbers of children accounts. 0|1.

integer

The page size of records to be retrieved. Default is 100.

string

Opaque bookmark returned as next_cursor. Omit for the first page.

string

Comma-separated phone numbers to be searched.

Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json