Commands
Installation
- npm
- Yarn
- pnpm
- Bun
npm install @wildix/wda-history-client
yarn add @wildix/wda-history-client
pnpm add @wildix/wda-history-client
bun add @wildix/wda-history-client
Commands
GetCallCommand
Gets a call by callId and flowIndex.
### Allowed Auth Scopes
- history:GetCall
- history:read
UpdateCallCommand
Updates a call by callId and flowIndex. Allows modifying call metadata such as tags.
### Allowed Auth Scopes
- history:UpdateCall
GetCallAnnotationsCommand
Gets annotations for a call by callId and flowIndex.
### Allowed Auth Scopes
- history:GetCallAnnotations
- history:read
GetCallTranscriptionCommand
Gets the transcription for a call by callId and flowIndex.
### Allowed Auth Scopes
- history:GetCallTranscription
- history:read
GetCallTranscriptionTextCommand
Gets the transcription text and chunks for a call by callId and flowIndex.
### Allowed Auth Scopes
- history:GetCallTranscriptionText
- history:read
GetChatCommand
Gets a chat by chatId.
### Allowed Auth Scopes
- history:GetChat
- history:read
GetChatAnnotationsCommand
Gets annotations for a chat by chatId.
### Allowed Auth Scopes
- history:GetChatAnnotations
- history:read
GetChatTranscriptionCommand
Gets the transcription for a chat by chatId.
### Allowed Auth Scopes
- history:GetChatTranscription
- history:read
GetChatTranscriptionTextCommand
Gets the transcription text and chunks for a chat by chatId.
### Allowed Auth Scopes
- history:GetChatTranscriptionText
- history:read
GetConferenceCommand
Gets a conference by conferenceId.
### Allowed Auth Scopes
- history:GetConference
- history:read
GetConferenceAnnotationsCommand
Gets annotations for a conference by conferenceId.
### Allowed Auth Scopes
- history:GetConferenceAnnotations
- history:read
GetConferenceTranscriptionCommand
Gets the transcription for a conference by conferenceId.
### Allowed Auth Scopes
- history:GetConferenceTranscription
- history:read
GetConferenceTranscriptionTextCommand
Gets the transcription text and chunks for a conference by conferenceId.
### Allowed Auth Scopes
- history:GetConferenceTranscriptionText
- history:read
QueryConversationsCommand
Retrieves list of conversations using filters.
### Allowed Auth Scopes
- history:QueryConversations
- history:read
QueryUserCallsCommand
Retrieves list of user calls using filters.
### Allowed Auth Scopes
- history:QueryUserCalls
- history:read