reports

sip.reports

Table of contents

Interfaces

Functions

getEndpointStatus

getEndpointStatus(endpointId: string, errorThreshold: number | undefined, options?: { account?: Account }): Promise<EndpointStatus>

Parameters:

NameType
endpointIdstring
errorThresholdnumber | undefined
options?object
options.account?Account

Returns: Promise<EndpointStatus>


getInboundCalls

getInboundCalls(fromDate: string | undefined, toDate: string | undefined, fromStatus: number | undefined, toStatus: number | undefined, skip: number, take: number, options?: { account?: Account }): Promise<SIPReportResponse[]>

Parameters:

NameType
fromDatestring | undefined
toDatestring | undefined
fromStatusnumber | undefined
toStatusnumber | undefined
skipnumber
takenumber
options?object
options.account?Account

Returns: Promise<SIPReportResponse[]>

Found a mistake? Email us, and we'll send you a free t-shirt!

Enroll in beta

Request invite to our private Beta program for developers to join the waitlist. No spam, we promise.