Description Note: Here, {meetingUUID} means the UUID value of a specific meeting.
While I am making request to /metrics/meetings?type=past, I get a list of past meetings. So, from that list, I can pick a UUID and get the details on that meeting from the endpoint /metrics/meetings/{meetingUUID}?type=past. But, there is a meeting in my meetings list for which I cannot get details from this endpoint. It says Meeting does not exist with this id. But in the meetings list from /metrics/meetings?type=past, it appears. Error
Meeting does not exist: {meetingUUID} Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
There is a meeting which:
-> Appears in metrics/meetings?type=past
-> Gives error for metric/meetings/{meetingUUID}?type=past
Can you share the meeting UUID that you’re querying and the full request URL you’re using? Additionally, can you confirm this wasn’t an instant meeting? (type 1)