Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

Telnyx API key

Path Parameters

namespace
string
required
profile_id
string
required

Query Parameters

session_id
string | null

An ingested session, by the session_id it was ingested with. Narrows the request to the source that session was stored as.

Maximum string length: 128
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
Source · 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.