Error “code”: 3001, “message”: “Meeting does not exist:[meeting_uuid]

Hi,

when I use a valid meeting Uuid for getting past meeting details

I get the error
{
“code”: 3001,
“message”: “Meeting does not exist: KHkJbBA4TpKIN+Xkycg8PA==.”
}

1 Like

Hey @patil.sagar,

Thank you for reaching out to the Zoom Developer Forum. Please provide the full endpoint URL that you’re using when making this GET query and I’ll investigate this further.

Thanks,
Max

Hi @MaxM,
Please check Url

Get Url: https://api.zoom.us/v2/past_meetings/{meetingUUID}

Reference: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/pastmeetingdetails

Hey @patil.sagar,

Thank you for the update. When I look up that meeting in our system, it looks like it hasn’t been started yet. It’s important to note that this API only works for past meetings that have been started and ended. To retrieve details about an upcoming meeting, use the Get a Meeting API.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

Hey @MaxM
I tried creating a new meeting & end the same meeting. But still showing the same error message.

Meeting Id: 98286067620
UUid : sj3OppqjRJ+FS5UVdOX02g==

Hey @patil.sagar,

Looking at meeting 98286067620, I can see that there are two instances. One instance /UZEsRreQpKdGYkBFA45wQ== has been started in the past and should show up when querying it via the API. However, because this UUID starts with a ‘/’ you will want to double encode the UUID.

The instance you provided, sj3OppqjRJ+FS5UVdOX02g== doesn’t seem to have a start time or an end time associated with it so it doesn’t seem it has been started yet.

Let me know if you have any questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.