Skip to main content

Interface: OutboundCallAnalyticsFilters

Defined in: packages/sdk/src/types/communication-types.ts:207

Client-side filter set for the phone-number Outbound Call Analytics tab. These are relayed verbatim to the server, which computes every aggregate — the client never derives distributions or percentiles. terminationReason, answeredBy, and memberLabel are repeatable query params.

Properties

answeredBy?

optional answeredBy: string[]

Defined in: packages/sdk/src/types/communication-types.ts:211


dateFrom?

optional dateFrom: string

Defined in: packages/sdk/src/types/communication-types.ts:208


dateTo?

optional dateTo: string

Defined in: packages/sdk/src/types/communication-types.ts:209


memberLabel?

optional memberLabel: string[]

Defined in: packages/sdk/src/types/communication-types.ts:212


terminationReason?

optional terminationReason: string[]

Defined in: packages/sdk/src/types/communication-types.ts:210