dry-scarletD
VAPI14mo ago
dry-scarlet

/call endpoint does not recognize assistantId in query params

If you add an assistant Id to the query params when querying the /call endpoint, it returns 0 results even if the assistant ID exists.

Steps to reproduce:
  1. Get a list of assistants by calling GET /assistant
  2. Choose an id from the list of assistants
  3. Call GET /calls?assistantId={yourAssistantId}
  4. Results will be empty
Was this page helpful?