hamza-007
04/14/2026, 6:54 PMcall_summary
- interested_lead
- dnc_requested
- callback_datetime
Issue:
None of the above structured outputs are appearing in the logs or dashboard, even though they are correctly linked with the assistant.
Request for Investigation:
1. Please confirm the reason for the failure.
2. Share any error codes or logs associated with these calls.
3. Provide a brief explanation of what caused the issue so we can prevent recurrence.Chiranjeet Mishra
05/05/2026, 3:58 PMcall_summary, interested_lead, dnc_requested, callback_datetime) to run after each call. what actually ran was 1 structured output — one called lead_interest.
what the logs show, step by step
1. both calls connected and ran normally — the ai completed its conversation, the transcript was recorded, billing was logged
2. at the end of each call, vapi looks at your assistant config to find which structured outputs to evaluate
3. for both calls (019d8bf6 on april 14 at 12:29 UTC, and 019d8b4a on april 14 at 09:22 UTC), the system found only 1 structured output id linked to your assistant at that moment
4. that 1 output (lead_interest) ran and completed successfully — it evaluated the call and returned a result
5. the other 4 outputs you mentioned were simply not in the assistant's configuration at the time those calls ran — so vapi never attempted to evaluate them