Skip to main content

Interface: OutboundCallAnalyticsFilters

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

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:193


dateFrom?

optional dateFrom: string

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


dateTo?

optional dateTo: string

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


memberLabel?

optional memberLabel: string[]

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


terminationReason?

optional terminationReason: string[]

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