Meeting_summary endpoint returns error code 300: invalid meeting id

API Endpoint(s) and/or Zoom API Event(s)
meeting_summary

Description
Only meeting_summary endpoint returns error code 300: invalid meeting id, while I can successfully get that same meeting info using the meeting endpoint

Error?
code 300: Invalid meeting id

How To Reproduce
Steps to reproduce the behavior:
1. OAuth App
2. make a request to meeting endpoint and then meeting_summary endpoint and provide the same meeting id
https://api.zoom.us/v2/meetings/{{meetingId}}
https://api.zoom.us/v2/meetings/{{meetingId}}/meeting_summary

3. The first call works, the second returns the error: code 300: Invalid meeting id

Hi @madinaharabic do you have the meeting summary turned on? Please also review this thread as it may be your issue:


@gianni.zoom Not sure where that setting is, but this is the current setting we have.

We also have this enabled.

Hi @madinaharabic great you have it enabled. Can you confirm it was on for that particular meeting? Check the portal for the past meeting and see if you see “view meeting summary”.

@gianni.zoom

I’m facing the same issue. I am able to see the meeting summary in the My Summaries section for the meeting, but cannot download the same summary using the API endpoint(meetings/<meeting_id>/meeting_summary).

I’m getting the following error.

{
    "code": 300,
    "message": "Invalid meeting id."
}

Hi @albin is it your own meeting summary you’re trying to retrieve via API? Try using a valid meeting uuid.

1 Like

thanks. It worked when I used UUID.

Also is there any API that I can use to send a message from my chatbot to a meeting chat group once a meeting has ended.

1 Like

Hi @albin yes here is the chatbot API: Chatbot APIs - Zoom Developers

And here is the team chat API where you can get the id info to send the message: Team Chat APIs - Zoom Developers