Ending a meeting and retrieve meeting participants report right after that.

Hi all, hope you can help me.  From what I understand is we must end a meeting before I can retrieve meeting participants report.  In Java code, I call  PUT v2/meetings/{meetingId}/status with action:end.  The meeting got ended right away, but when I proceed to call  GET https://api.zoom.us/v2/report/meetings/{meetingId}/participants immediately after that in the same code flow, I get a 404.

 

with this error

{
    "code": 3001,
    "message": "Meeting ID is invalid or not end."
}

Not sure, what I’ve done wrong.  Please help me!

Hi John, 

This meeting is not a recurring meeting correct? Would you be able to post the request payload so that I can take a closer look?

Thanks