Archiving API call doesnt include Breakout Rooms

Description
When making the call for the Archive Files / past meetings, I’m getting all the meetings but none of the break out rooms are included. We are using https://api.zoom.us/v2/archive_files, and occasionally using the From/To parameters, no others. Is there a special parameter not listed in the API to specifically include them?

Error
The full error message or issue you are running into.

Which App Type (JWT App)?
JWT App

Which Endpoint/s?
https://api.zoom.us/v2/archive_files

How To Reproduce (If applicable)
There is no error, just doesnt include the breakouts.

Hello @DarylH !

Our team has connected with you in your Developer Support ticket. We will follow up with you there, and update the post here once we have determined a resolution.

Regards,
Brandon

Hi @Brandon.zoom , thanks for replying. Looks like there was a setting on the back end that needed to be changed, and i now appear to get the break out rooms.

I do have one follow up question please.
Now that I’m getting them as meetings, I’m able to get the transcripts, but the call to get the participants of the break out room is not working. Can you please advise?

i’m getting all the meetings via /v2/archive_files
then parsing through that response, then calling
https://api.zoom.us/v2/past_meetings/{meetingID}/participants
when that loads i’m getting that the meeting doesnt exsist. The error i’m seeing on the response includes the meeting ID which does match perfectly to the original JSON file I’m getting.

DarylH

I’ve posted your question into the internal ticket we had open and will get understanding back shortly and get that relayed back

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