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?
optionalansweredBy:string[]
Defined in: packages/sdk/src/types/communication-types.ts:211
dateFrom?
optionaldateFrom:string
Defined in: packages/sdk/src/types/communication-types.ts:208
dateTo?
optionaldateTo:string
Defined in: packages/sdk/src/types/communication-types.ts:209
memberLabel?
optionalmemberLabel:string[]
Defined in: packages/sdk/src/types/communication-types.ts:212
terminationReason?
optionalterminationReason:string[]
Defined in: packages/sdk/src/types/communication-types.ts:210