Dhina
08/29/2025, 3:06 PMChiranjeet Mishra
09/01/2025, 4:10 PMcall['customer']['number'] from the full call data, which is available after fetching the call details.
For the call summary, call['analysis']['summary'], ensure that call analysis has been correctly configured in your assistant’s analysisPlan and that the call has been processed for analysis post-call. Once the call analysis is complete, you should be able to access the summary. You might want to verify that these fields are correctly populated in the call object structure.
You can utilize the [GET /call/{call_Id}](https://docs.vapi.ai/api-reference/calls/get) endpoint to pull these details for a specific call. If you haven't received these details as expected, it might be worth checking if the call analysis configuration is set up correctly in your system. For more customization options, please refer to the [call analysis documentation](https://docs.vapi.ai/assistants/call-analysis).Dhina
09/01/2025, 9:27 PMChiranjeet Mishra
09/03/2025, 9:17 PM