How to Retrieve "Visibility" Field for Zoom Meetings Using the Zoom API?

API Endpoint(s) and/or Zoom API Event(s)
Link the API endpoint(s) and/orZoom API Event(s) you’re working with to help give context.

Description
I am trying to retrieve the “visibility” field (e.g., public, private) for Zoom meetings using the Zoom API.

According to the Zoom API documentation , there appears to be a field called tracking_fields.visible.

However, upon checking the actual response from the https://api.zoom.us/v2/meetings/{meetingId} endpoint, I found that this field is not included in the response.

Could someone clarify if this field is still available? If not, is there any alternative way to obtain information related to meeting visibility?

Error?
Not Error

How To Reproduce
Not Error