Do not see tags field into List events API response

I use Zoom Events API.
https://developers.zoom.us/docs/api/rest/reference/event/methods/#operation/getEvents
GET https://api.zoom.us/v2/zoom_events/events

Description
I tried to get list of events by List events endpoint. Also I added tags to event by In-session Branding (edit event → In-Session → In-session Branding → Name Tag Design)

Error?
I do not see tags field into zoom_events/events response.

How To Reproduce

  1. GET https://api.zoom.us/v2/zoom_events/events?role_type=host&event_status_type=past&page_size=300&next_page_token=
    Header:
    Authorization: Bearer <access_token>

  2. I use Server-to-Server OAuth App credentials (get access token: https://zoom.us/oauth/token)

  3. Response without tags