@Nidhi Godha
Thank you for your post!
There are two ways to get the id of a callRecord:
1- Subscribe to change notifications to the /communications/callRecords endpoint.
2- Use the callChainId property of a call. The call record is available only after the associated call is completed.
A callChainId property is a unique identifier for all the participant calls in a conference or a unique identifier for two participant calls in a P2P call. This needs to be copied over from Microsoft.Graph.Call.CallChainId.
Reference: Get callRecord
If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.
----------
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.