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:
- Create a meeting on Zoom and add “Testtesttest” to the description field.
- Retrieve the meeting details using the Zoom Meeting API endpoint
/meetings/{meetingId}. - Observe that the
agendafield 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!

