Accessing information about externally hosted meeting

Description
Are we able to get additional meeting and participant information about an externally hosted meeting?

Error
There is an “internal” account with archiving enabled that we manage, and there is an “external” account that we do not manage.
When the internal account joins a meeting hosted by the external account, we would like to get the individual archive file associated with the internal account, and additional information about the meeting, and participants.
We managed to get the urls of the individual archive files.
Our issue is getting the additional information about the meeting and participants, like start/end, join/leave time

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth + api.zoom.us/v2

Which Endpoint/s?

  1. Works as expected:
    1. /archive_files?from=…
    2. past_meetings/{{CurrentUUID}}/archive_files
  2. Does not work as expected:
    1. /past_meetings/{{CurrentUUID}}
    2. /report/meetings/{{CurrentUUID}}/participants

How To Reproduce (If applicable)
Response is 404 with body:
{
“code”: 3001,
“message”: “Meeting does not exist: {{CurrentUUID}}.”
}

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @laszlo.vereb,

Could you please clarify if for past_meetings/{{CurrentUUID}}/archive_files, you used the meeting uuid and not the accountId?

Thank you,
Gianni

Hi Gianni,

I used the meeting uuid.

Thanks,
László