Raju
02/06/2025, 4:24 AMVapi
02/06/2025, 4:27 AMassistantId in different properties within the end call report can depend on the specific call flow or how the call was handled. If the assistantId is found in the call.assistantId property, it typically means that the assistant was directly involved in the call. However, if the assistantId is located in the assistant.parentId property, it may indicate that the call was handled by a child assistant or a sub-process where the parentId refers to the original assistant that initiated the process.
If you're consistently seeing discrepancies in where the assistantId is located in the end call reports, it might be worth looking into the call handling logic to ensure that the assistantId is being recorded in a consistent manner. If this doesn't resolve your issue or if you need more detailed information, please ask support for more info on this.Vapi
02/06/2025, 4:27 AMShubham Bajaj
02/06/2025, 7:09 AMRaju
02/06/2025, 10:58 PMShubham Bajaj
02/10/2025, 11:10 AMRaju
02/10/2025, 11:29 AMVapi
02/10/2025, 12:45 PMRaju
02/10/2025, 11:05 PMLBThree
03/05/2025, 8:41 PMassistant.parentId property being used to pass down the id, only assistant.id Are there any other properties on the end-of-call-report besides those two that I should expect to come down with the assistant's id?