No summary sent with call report
Call id: 836beb47-8921-4532-80f3-158b59326f38
Summary is empty in the GET call report. why did this happen?
Summary is empty in the GET call report. why did this happen?
analysisPlan wasn't configured for your assistant or the specific call, no analysis, including the summary, would be generated. This requires setting up an analysis plan that might include a summary prompt in your assistant's configuration.endedReason in the call details. Common reasons for call termination without complete analysis could include connectivity issues, errors in assistant logic, or other operational interruptions (1) .endedReason, analysis, and the configuration of the analysisPlan if any. Here's how you might fetch the call details:{id} with the actual call ID and <token> with your authorization token. This will give you more insight into what might have gone wrong or what was missing in the call setup.curl --request GET \
--url https://api.vapi.ai/call/{id} \
--header 'Authorization: Bearer <token>'analysisPlananalysisPlananalysis<token>