Does The Account Recordings API fetch all recordings even the zoom phone calls recording

My main question is for this endpoint cloud-recording/get/accounts/{accountId}/recordings

Description

  • I wanted to know whether cloud-recording/get/accounts/{accountId}/recordings fetches all the recordings even the phone recordings or do i also have to call /recordings/get/accounts/{accountId}/phone/recordings to get phone recordings ?
  • Secondly is there a way without the need to pass a from date that is old(create of zoom date) to get the oldest calls or not ?
  • Third, I don’t see Participants attached in the response of either cloud-recording/get/accounts/{accountId}/recordings or /recordings/get/accounts/{accountId}/phone/recordings ? how can we get the meetings participants for both can they both work with this meetings/get/past_meetings/{meetingId}/participants??