If you are looking to get the Teams meeting Record link, it is available in the Graph API under Chat messages Graph API. As of now we don't have option to get meetings recordings directly with Teams API.
Using this Graph API endpoint you can get Teams meeting Record link in response.
GET /chats/{chat-id}/messages/{message-id}
Please follow below documentation for more information.
You can refer to a similar accepted post: https://learn.microsoft.com/en-us/answers/questions/746161/index.html
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.