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?
optionalansweredBy:string[]
Defined in: packages/sdk/src/types/communication-types.ts:193
dateFrom?
optionaldateFrom:string
Defined in: packages/sdk/src/types/communication-types.ts:190
dateTo?
optionaldateTo:string
Defined in: packages/sdk/src/types/communication-types.ts:191
memberLabel?
optionalmemberLabel:string[]
Defined in: packages/sdk/src/types/communication-types.ts:194
terminationReason?
optionalterminationReason:string[]
Defined in: packages/sdk/src/types/communication-types.ts:192