Phone API - Issues querying voicemail by status /phone/voice_mails

I am trying to query voicemail using the Zoom Phone API (https://api.zoom.us/v2/phone/voice_mails) by the status querystring parameter, but I get this error message {“code”:300,“message”:“Validation Failed.”,“errors”:[{“field”:“status”,“message”:“Type mismatch.”}]}

All of the other querystring values work, but only status returns the validation error

@omari.isaac,
Thanks for posting in the Zoom Developer Forum! Can you share the exact request you are using to query voicemail using the Zoom Phone API?

The issue is that if I provide a combination of the site_id and status to the querystring, it does not work:

https://api.zoom.us/v2/phone/voice_mails?site_id={siteid value}&status=unread