I'm testing some Java code to send faxes via RingCentral. Some of my faxes are sent and delivered. Other faxes have get the same response from the REST API, but are never delivered. They are all using the same credentials and going to the same fax number.
When I look in the call logs for the app, I don't see the faxes that weren't delivered.
Both responses look like they succeeded, with a message status of "Queued".
Is there anything I can do to find out what happened to the fax that was never delivered after it left my client?