The issue of 'Meeting does not exist' in the meeting summary API

I want to receive the meeting summary through the meeting summary API. However, when trying to retrieve information via the API, the following message appears:

cssCopy code

404 error
{
    "code": 3001,
    "message": "Meeting does not exist: fNanpGf7RAOSUCoxyWM83Q==."
}

The meeting has been concluded with a summary set, and the host has also received the meeting summary email. Why is the search for the meeting summary not working with the provided UUID? Is there a specific waiting period required after the meeting ends when using the meeting summary API? Please explain the reason.

@ihlee , the value which you have passed in is the Meeting ID. The Meeting UUID is different from Meeting ID

You can get the meeting UUID by call this API, and passing in the Meeting ID

"The UUID ‘fNanpGf7RAOSUCoxyWM83Q==’ is correct for the meeting in question. However, when performing a ‘get meeting summary’ operation, it returns an error indicating that the meeting does not exist:

jsonCopy code

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

The summary is present on the zoom.us website, and performing a ‘get a meeting’ API call confirms the existence of the meeting.

The summary exists on the zoom.us website.

Here is the data retrieved through the ‘get a meeting’ API."
{
“uuid”: “fNanpGf7RAOSUCoxyWM83Q==”,
“id”: 98252974708,
“host_id”: “mvsDrJaUQUuS-4WhowKcTA”,
“host_email”: “ihlee@ecstel.co.kr”,
“assistant_id”: “”,
“topic”: “summary 테스트”,
“type”: 2,
“status”: “waiting”,
“start_time”: “2024-03-06T02:15:00Z”,
“duration”: 30,
“timezone”: “Asia/Seoul”,
“agenda”: “”,
“created_at”: “2024-03-06T02:12:00Z”,
“start_url”: “Launch Meeting - Zoom”,
“join_url”: “Launch Meeting - Zoom”,
“password”: “1234”,
“h323_password”: “1234”,
“pstn_password”: “1234”,
“encrypted_password”: “Q2RiVm9jeSsvSlVSWkc2dFgrUmFEZz09”,
“settings”: {
“host_video”: false,
“participant_video”: false,
“cn_meeting”: false,
“in_meeting”: false,
“join_before_host”: true,
“jbh_time”: 0,
“mute_upon_entry”: false,
“watermark”: true,
“use_pmi”: false,
“approval_type”: 2,
“audio”: “both”,
“auto_recording”: “none”,
“enforce_login”: false,
“enforce_login_domains”: “”,
“alternative_hosts”: “”,
“alternative_host_update_polls”: true,
“close_registration”: false,
“show_share_button”: false,
“allow_multiple_devices”: false,
“registrants_confirmation_email”: true,
“waiting_room”: false,
“request_permission_to_unmute_participants”: false,
“global_dial_in_countries”: [
“KR”,
“US”
],
“global_dial_in_numbers”: [
{
“country_name”: “Korea, Republic of”,
“number”: “+82 2 3143 9611”,
“type”: “toll”,
“country”: “KR”
},
{
“country_name”: “Korea, Republic of”,
“number”: “+82 2 3143 9612”,
“type”: “toll”,
“country”: “KR”
},
{
“country_name”: “US”,
“number”: “+1 386 347 5053”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 507 473 4847”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 564 217 2000”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 646 931 3860”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 669 444 9171”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “San Jose”,
“number”: “+1 669 900 6833”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 689 278 1000”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 719 359 4580”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “New York”,
“number”: “+1 929 205 6099”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 253 205 0468”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “Tacoma”,
“number”: “+1 253 215 8782”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “Washington DC”,
“number”: “+1 301 715 8592”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 305 224 1968”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 309 205 3325”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “Chicago”,
“number”: “+1 312 626 6799”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“city”: “Houston”,
“number”: “+1 346 248 7799”,
“type”: “toll”,
“country”: “US”
},
{
“country_name”: “US”,
“number”: “+1 360 209 5623”,
“type”: “toll”,
“country”: “US”
}
],
“registrants_email_notification”: true,
“meeting_authentication”: false,
“encryption_type”: “enhanced_encryption”,
“language_interpretation”: {
“enable”: true
},
“approved_or_denied_countries_or_regions”: {
“enable”: false
},
“question_and_answer”: {
“enable”: false
},
“breakout_room”: {
“enable”: false
},
“internal_meeting”: false,
“continuous_meeting_chat”: {
“enable”: true,
“auto_add_invited_external_users”: false,
“channel_id”: “d8eb58208ada4dc1be37de9e523c81f0”
},
“participant_focused_meeting”: false,
“push_change_to_calendar”: false,
“resources”: ,
“alternative_hosts_email_notification”: true,
“show_join_info”: false,
“language_interpretation_options”: {
“enable”: true
},
“device_testing”: false,
“focus_mode”: false,
“enable_dedicated_group_chat”: true,
“private_meeting”: false,
“email_notification”: true,
“host_save_video_order”: false,
“sign_language_interpretation”: {
“enable”: false
},
“email_in_attendee_report”: false
},
“pre_schedule”: false
}

Hi @ihlee ,

Your issue may be similar to this user who was experiencing the same behavior. Please see our thread below: