Is your feature request related to a problem? Please describe.
It’s not possible to get the webinar status using the API without an admin account. See the support topic How to get webinar status?.
Describe the solution you’d like
Add status
to the response from /webinars/{webinarId}.
Describe alternatives you’ve considered
Using webhooks with the Webinar started event is a potential workaround, but my application currently doesn’t use webhooks so the implementation would require a lot of work.