Meeting does not exist Code 3001

Description
Hello Everybody!
I’ve been reading many topics with the same title as mine, but cant find any solution. I’ve got many meeting IDs which I can see in my management console webpage with their recordings and that have more than one participant, but the API returns that they don’t exist.

Error

{

    "code": 3001,

    "message": "Meeting does not exist: 86582449444."

}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?
https://marketplace.zoom.us/docs/api-reference/zoom-api/methods/#operation/meeting

How To Reproduce (If applicable)
Call to api endpoint:
https://api.zoom.us/v2/meetings/86582449444

Screenshots (If applicable)
As you can see from my screenshot, I can find the meetings in my Management Console, but not through the API

Additional context
I can provide you with some more IDs with the same problem:
893 6798 1725
865 8244 9444
844 9977 4203

Thanks in advance!!!

Hi @fpujol

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Can you please make sure to pass the query parameter type=pastOne if the meeting only has one participant only or pass type=past if its a past meeting with more than 1 participant, using the following endpoint
https://zoom-developer-doc.zoomapp.cloud/docs/api-reference/zoom-api/methods/#operation/dashboardMeetings

Note that the endpoint that you are seem to be calling Get a meeting:
https://zoom-developer-doc.zoomapp.cloud/docs/api-reference/zoom-api/methods/#operation/meeting

Is intended to be used for incoming meetings.

Let me know if this helps,
Elisa

1 Like

Thanks @elisa.zoom !!

That solved my problem entirely! :grinning:

I didn’t know the endpoint I was using was intended for incoming meetings.
Must have misread the documentation.

You are a rockstar!

:kissing_heart: :kissing_heart:

1 Like

Hey! @fpujol

Happy to hear that helped!
Feel free to reach out back to us in case you need anything else.

Cheers!
Elisa

1 Like

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