Users/<userid>/recordings API doesn't seem to return "recovered" meetings

Description
I deleted a meeting recording and recovered it. When I fetch it using the following parameters, it returns empty.
/v2/users/m2oLg75CRWSrWFoyyptKEA/recordings?mc=false&page_size=30&trash=false&trash_type=meeting_recordings

But when I add the parameter from=… it works. I dont know why it automatically picked incorrect dates (when I dont specify from dates), this works fine when the recording was not deleted.

/v2/users/m2oLg75CRWSrWFoyyptKEA/recordings?mc=false&page_size=30&trash=false&trash_type=meeting_recordings&from=2020-01-01

Hey @vkirub,

Yes, you need to add the to and from query params.

Thanks,
Tommy

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