How to figure out conversation id from meeting id in conversations?

I need to find conversation id attached with a conversation in ZRA.
The meeting id was mentioned in URL, hence need a way to figure out conversation id from meeting id OR any other way to find conversation id in Conversations.

Can you add a bit more detail on the API/SDK you’re using and where you expect to see the conversation ID?

Yes, I am trying to bring data for Scorecards using below API and the data is coming up as empty.
I tried finding conversation id for some of the scorecards from ZRA UI but was able to find only meeting id from the URL.
I am actually looking to test the api with the conversationids related to scorecards.
zra/conversations/{conversationid}/scorecards

You should be able to use the ZRA List Conversations API to match up a Meeting UUID with a conversation ID.

Let me know if that helps.