Processing Zoom Recording Distinguishment

Is there a way to distinguish a finished recordings and processing recordings?

In the response of the GET request, it doesn’t have a status of a recording, so when my script tries to download it, it fails.

If there is a way to handle this issue, please let me know.

Thanks in advance.

Certainly,

To address the issue, consider adding a “status” field in the GET request response, indicating the recording state (e.g., “processing,” “finished”). Your script can then check this field before attempting to download. If possible, include a timestamp or completion date for additional clarity. Implementing error handling and a polling mechanism can enhance the script’s robustness.