Error "Meeting not found" on /past_meetings/uuid endpoint for ended meeting

Hello,

We have a problem when using past_meeting/<uuid> endpoint on a finished (or ended) meeting.

Description
For a particular meeting that was started, its not available on GET /past_meetings/{meetingUUID} API. All the other ended meetings are available except this one. Its only available on GET /metrics/meetings/{meetingId}?type=past.

Is there any reason why its unavailable on the /GET past_meetings/{meetingUUID} API?

The created meeting type was “instant

Error
The ended meeting is not found on the GET /past_meetings/{meetingUUID} API.

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

Which Endpoint/s?
GET /past_meetings/{meetingUUID}
GET /metrics/meetings/{meetingId}?type=past

How To Reproduce (If applicable)
Does not happen for all ended meetings. Only few meeting ids was observed with this behaviour.

I can send the meeting id and the uuid privately once someone answers. Is there someplace else to log such errors / inconsistencies?

/Krishna

Hey @kkumar-pv,

Can you private message me the meeting id and uuid and I will take a look.

Thanks,
Tommy

Oh. Found the problem. It was the double encoding of uuid. Figured from other messages in the forum.
Thanks btw.

1 Like

Glad you figured out the issue! :slight_smile:

Thanks,
Tommy