Target assistant not found
# support
v
Suggestion: The error "Assistant not found: 417ed372-1a1f-421d-922c-403504048324" means the assistant ID is either incorrect or does not exist in your Vapi account. Action: Go to your [Vapi dashboard](https://dashboard.vapi.ai/), navigate to Assistants, and verify that the assistant ID matches exactly. If needed, create a new assistant and use its ID in your configuration.
Copy code
json
// Example: Correct assistant reference in API call
{
  "assistantId": "your-existing-assistant-id"
}
Sources: - [Call ended reasons documentation](https://docs.vapi.ai/calls/call-ended-reason) - [Discord support thread](https://discord.com/channels/1211482211119796234/1370485222214336564)
m
the id is correct, but says not available
c
Is this when starting a call or transferring a call?
2 Views