Meeting status issue

Hi,
I wanted to know is there any api available which can provide the status of the meeting?We are planning to integrate the zoom apis in our java service and have a use case where we want to know in real time if a meeting has ended.The zoom get meeting api only provides the following statuses:
Allowed: waiting┃started

How to know if meeting has ended?

Hi @mukherjeesaurabh5
Thanks for reaching out to the Zoom Developer Forum and welcome to our community!
Have you looked into our Webhook events?
We actually have a meeting.ended event that will get triggered when a meeting ends:
https://developers.zoom.us/docs/api/rest/reference/zoom-api/events/#operation/meeting.ended

I believe we do not have an endpoint to check if the meeting has ended
Hope this helps!
Elisa