Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Telnyx API key

Path Parameters

namespace
string
required

Query Parameters

page[number]
integer
default:1

The page to return, counting from 1. Bounded in depth: (page[number] - 1) * page[size] may be at most 10000.

Required range: 1 <= x <= 10001
page[size]
integer
default:20

How many results a page holds.

Required range: 1 <= x <= 100

Response

Successful Response

data
Profile · object[]
required
meta
PageMeta · object
required

Where a listing's page sits in the whole.

A page is a snapshot: the counts it reports and the order it is drawn in both move as writes land, so paging through a busy namespace can repeat or miss an entry at a page boundary.