Monitoring quickstart
Overview
Monitoring lets you automatically track quality and detect issues across your voice AI agents. Instead of manually reviewing calls, you define monitors that continuously evaluate your call data against thresholds and alert you when something goes wrong.
What is monitoring?
Monitoring is Vapi’s automated quality and effectiveness system for voice AI. You create monitors that periodically evaluate call data using analytics queries (Insights), compare results against thresholds you define, and generate issues when those thresholds are exceeded. Your team receives alerts through notifiers, which are alert channels such as email, Slack, or webhooks, so you can investigate and resolve problems quickly.
Core concepts
- Monitors define what to watch, which assistants to target, and when to evaluate
- Triggers run on a schedule and evaluate call data against thresholds
- Issues are created when a threshold is exceeded and a trigger fires, tracking the problem from detection to resolution
- Notifiers are alert channels (email, Slack, or webhook) that deliver notifications to your team when issues are created
Monitor categories
- Technical tracks system-level failures like API errors, provider outages, and timeouts
- Infrastructure tracks resource utilization, latency, and capacity issues
- Effectiveness tracks assistant performance metrics like task completion and user satisfaction
- Compliance tracks regulatory and policy adherence across conversations
What you’ll build
In this quickstart, you will create a monitor that tracks error rates across your assistants and alerts you when the number of errors exceeds a threshold. You will then view an issue, analyze its root cause, and resolve it.
How it works
Create a monitor
Define a monitor targeting specific assistants or all assistants. Choose a category and set the monitor to active.
Define triggers
Configure triggers with schedules or intervals, thresholds, and severity levels. Each trigger references an Insight that defines the analytics query to run.
Triggers evaluate call data
On each scheduled interval, the trigger runs its Insight query against your call data and compares the result to the threshold you defined.
Issues are created
When a threshold is exceeded and a trigger fires, an issue is created with details about the affected calls, the trigger that fired, and the evaluation window.
Prerequisites
Sign up at dashboard.vapi.ai
Get your API key from API Keys in the sidebar
You need existing assistants with call data for monitoring to detect issues. Monitors evaluate historical call data, so triggers will not fire until your assistants have processed calls.
Step 1: Set up notifiers
Notifiers are alert channels (email, Slack, or webhook) that send notifications when issues are detected. You configure them as credentials in the Dashboard.
Dashboard
cURL
You can create multiple notifiers to send alerts to different channels depending on the severity of the issue.
Step 2: Create a monitor
Define a monitor that tracks error rates and alerts you when errors exceed a threshold.
Dashboard
cURL
Configure basic settings
- Name: Enter “Error Rate Monitor”
- Description: Add “Tracks API and provider errors across all assistants”
- Category: Select Technical
Choose target assistants
- Select All Assistants to monitor every assistant in your organization
- Alternatively, select Specific Assistants and choose individual assistants from the dropdown
The insightId references an Insight, which is an analytics query that defines
what data to evaluate. When you configure a monitor’s escalation thresholds in the
Dashboard, the Insight is created automatically. When using the API, you need to
create the Insight first and reference its ID here.
Managing monitors
View, edit, and delete all your monitors from the Monitors page in the Dashboard sidebar (under Observe).
Via the API:
GET /monitoring/monitor— list all monitorsPATCH /monitoring/monitor/:id— update a monitor’s targets, triggers, or thresholdsDELETE /monitoring/monitor/:id— remove a monitor
Targeting assistants
Setting "targets": "*" monitors all current and future assistants in your organization. Any assistant created after the monitor is set up is automatically included.
To monitor only specific assistants, pass an array of assistant IDs using the targets array. The id field is the assistant ID — the UUID you see in the Dashboard or get from GET /assistant.
Schedule-based triggers
Instead of an interval, you can use a calendar schedule for more precise control:
This trigger evaluates at 9:00 AM and 5:00 PM on weekdays.
Step 3: View issues
When a threshold is exceeded and a trigger fires, an issue is created. You can view and manage issues in the Dashboard or via the API.
Dashboard
cURL
Step 4: Analyze an issue
Use AI-powered root cause analysis to understand why an issue occurred and get actionable suggestions for fixing it.
Dashboard
cURL
Analysis results are cached for 1 hour. Subsequent requests within that window return the cached result immediately.
Use the callId values from the issue’s calls array to review specific call
logs and recordings for deeper investigation. Each call ID links directly to the
call details in your Dashboard.
Step 5: Resolve an issue
After investigating and fixing the underlying problem, acknowledge and resolve the issue to track your team’s response. Resolve an issue once you’ve deployed a fix and confirmed the problem no longer recurs — this signals to your team that the root cause has been addressed. Acknowledgment and resolution timestamps help measure your team’s incident response times.
Issues are a single shared resource. Status changes made in the Dashboard are immediately reflected in API responses, and vice versa. Your team can freely use both without conflicts.
Dashboard
cURL
Track acknowledgment and resolution times to measure your team’s incident response performance over time.
Troubleshooting
If an alert shows a "failure" status in the issue’s alerts array, the
notification delivery failed. Check your notifier configuration and ensure the
destination (email, Slack webhook, URL) is reachable.
Next steps
Configure schedule-based triggers, multi-threshold monitors, and compliance monitoring
Use structured outputs with effectiveness and compliance monitors
Visualize monitoring data and call metrics on dashboards
Test your assistants before deployment with automated evaluations
Get help
Need assistance? We’re here to help: