Bug Report: agenda Field in Zoom Meeting API /meetings/{meetingId} Returns Empty

API Endpoint(s) and/or Zoom API Event(s)
https://api.zoom.us/v2/meetings/{meetingId}

Description
Details on your question, workflow or the problem you’re trying to solve.
I am experiencing an issue where the agenda field in the Zoom Meeting API /meetings/{meetingId} response is empty(image1), even though the meeting’s description field has content(image2).

Error?
No error message

How To Reproduce
Steps to reproduce the behavior:

  1. Create a meeting on Zoom and add “Testtesttest” to the description field.
  2. Retrieve the meeting details using the Zoom Meeting API endpoint /meetings/{meetingId}.
  3. Observe that the agenda field in the API response is empty.

This behavior does not align with expectations, as the agenda field should reflect the content of the description field.

Could you please investigate and advise?

Thank you!

Hi @kanata.koyama
Thanks for reaching out to us.
I am not able to replicate this on my end.
When I create a meeting via the UI and via API, and add a description, I get it back in my response body.
How are you creating the meeting ?