Cant get past_meetings Information

API Endpoint(s) and/or Zoom API Event(s)
get /past_meetings/{meetingId}
or
/report/meetings/{meetingId}
or
/report/meetings/{meetingId}/participants

Description
I need to read some information about past_meetings. The meetingId in that case is 95936186525. It gets listed in get /meetings/me Endpoint. It gets also listed in the web interface of zoom under past meetings. When i try to get it via POSTMAN and the endpoint i mentioned, i get the following error:

Error?
{
“code”: 3001,
“message”: “Meeting does not exist: 95936186525.”
}

How To Reproduce
Create meeting, let it go by, try getting information about it with upper Endpoint.

Hi @Semiro,

How long ago did this meeting take place, I was looking for the meeting in our internal tooling and went back six months and could not find it.

Thanks

It was very recently. When i tried finding it, it was 1 hour ago.
14.Dez. 2022 16:00 - 959 3618 6525

I can get it with /v2/meetings/95936186525.

I get the above error message when using
/v2/past_meetings/95936186525
/v2/report/meetings/95936186525

I tested it right now, still the same message. :-\

Hi Ron, do you have any news about that?

Sorry Ron for bothering you again: Any news about that?

Hi @Semiro ,

I don’t have any news on this, let me take a look again and i’ll get back to you later today.

@Semiro

I’m still not seeing this meeting in our internal tooling, and this wasn’t a webinar correct?

It wasnt a webinar. I so far didnt use any webinar with that account (or in general). :slight_smile:

I recently checked the data again.

  {
      "uuid": "rcdzkltGSKGCTLgj3reV2A==",
      "id": 99629220039,
      "host_id": "dXBP2LYqTTyUNh_EKhdkYw",
      "topic": "Carstens Test-Workshop",
      "type": 2,
      "start_time": "2023-01-30T09:00:00Z",
      "duration": 1800,
      "timezone": "Europe/Berlin",
      "created_at": "2022-12-15T10:43:25Z",
      "join_url": "[REDACTED]"
  }

GET /report/meetings/99629220039 Response:

{
    "code": 3001,
    "message": "Meeting does not exist: 99629220039."
}

GET /past_meetings/99629220039 Response:

{
    "code": 3001,
    "message": "Meeting does not exist: 99629220039."
}

GET /meetings/99629220039/registrants/ Response:

{
    "page_size": 30,
    "total_records": 1,
    "next_page_token": "",
    "registrants": [
        {
            "id": "pzetUmU2QqWK1[REDACTED]",
            "first_name": "C[REDACTED]",
            "last_name": "M[REDACTED]",
            "email": "[REDACTED]",
            "address": "",
            "city": "",
            "country": "",
            "zip": "",
            "state": "",
            "phone": "",
            "industry": "",
            "org": "",
            "job_title": "",
            "purchasing_time_frame": "",
            "role_in_purchase_process": "",
            "no_of_employees": "",
            "comments": "",
            "custom_questions": [],
            "status": "approved",
            "create_time": "2022-12-25T10:25:37Z",
            "join_url": "[REDACTED]"
        }
    ]
}

I really need to get information about past_meetings.

@rarev Is there anything i need to provide to analyze this?

Hi @Semiro
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
I tried looking into this issue and I am not able to find the meeting ID that you are sharing here with us.
Have you deleted the meeting by any chance? can you see it in the WebPortal?

Cheers,
Elisa

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