/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:
Steps to reproduce:
- Get a list of assistants by calling GET /assistant
- Choose an id from the list of assistants
- Call GET /calls?assistantId={yourAssistantId}
- Results will be empty