Sangy
05/17/2024, 12:00 AMVapi Support
05/17/2024, 12:00 AMVapi Support
05/17/2024, 12:00 AMbash
curl --request GET \
--url https://api.vapi.ai/assistant/33969fc9-b57d-4226-9199-9b780963bce3 \
--header 'Authorization: Bearer <token>'
This should return the assistant's details [(1)]() .
2. **Check Other Assistants**: Use the List Assistants endpoint to see if you can retrieve a list of all your assistants:
bash
curl --request GET \
--url https://api.vapi.ai/assistant \
--header 'Authorization: Bearer <token>'
This will help you confirm if multiple assistants are missing [(2)]() .
3. **Backup and Recreate**: As a workaround, you could take a backup of the assistant's configuration using the /assistant
endpoint, then remove and recreate the assistant. This was suggested in a similar case on the Vapi Discord [(3)]() .
If these steps do not resolve the issue, there might be a more specific problem with the dashboard itself, which could require further investigation.Vapi Support
05/17/2024, 12:00 AMSangy
05/17/2024, 12:03 AMSahil
05/17/2024, 12:34 PMSahil
05/17/2024, 12:34 PMSangy
05/17/2024, 2:05 PMSahil
05/17/2024, 2:16 PM