Yes, you can get the Call Detail Report (CDR) for all the sessions conducted in a room through a Rest API call as shown below:
GET https://api.enablex.io/video/v1/cdr/room/{{$ROOM_ID}} Authorization: Basic XXXXXXX
Learn more about How to fetch CDR with more filtering options.