[Question] How to check status of recordings for a meeting

Description
Hello there,
I’m working on a web application for our client.
We would like to download completed cloud recordings automatically.
I see that a response for a cloud recording has a field status that only has one possible value completed.
Is there a way to see cloud recordings that are still processing via the API or do I have to keep querying each completed meeting until the recordings are available for download?

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
/meetings/{meetingId}/recordings

I’m looking forward to your answers and thank you in advance for your time.
Kind regards,
Christopher

Hey @Chris92,

You should use the Cloud Recording Completed webhook which sends you the download_url when the recording has finished processing.

Thanks,
Tommy