Commands
Installation
- npm
- Yarn
- pnpm
- Bun
npm install @wildix/wda-insights-client
yarn add @wildix/wda-insights-client
pnpm add @wildix/wda-insights-client
bun add @wildix/wda-insights-client
Commands
Creates a new filter with specified name and configuration.
Creates a new projection with specified configuration.
Creates a new projections category.
Deletes a filter by its ID.
Deletes a projection by its ID.
Deletes a projections category by its ID.
Disables a projection by its ID.
Enables a projection by its ID.
Gets the characteristics for a call by callId and flowIndex.
Gets the insights for a call by callId and flowIndex.
Gets the summary for a call by callId and flowIndex.
Gets the insights for a conference by conferenceId.
Retrieves a presigned URL for downloading a specific recording.
Gets the summary for a conference by conferenceId.
Gets the time frames for a conference by conferenceId.
Gets a projection by its ID.
Insights API are currently in active development. All interfaces are subject to change.
Lists multiple independent insights in parallel.
Lists nested drill-down data showing relationships between dimensions.
Lists all filters available for the user.
Lists all projections and categories available for the tenant.
Pauses a projection by its ID.
Insights API are currently in active development. All interfaces are subject to change.
Schedules summary generation for a call. This operation is deprecated.
Schedules summary generation for a conference. This operation is deprecated.
Updates an existing filter's name and configuration.
Updates an existing projection's configuration.
Updates an existing projections category.