User61956409 posted
Hi Shashank Srivastava,
Scenario: I have to fetch the utterances under the path as shown below:
My Apps-> {Select any app} -> { When page is loaded successfully select "Review Endpoint Utterances" from left menu }
If you check the traffic in F12 developer tools Network
tab, you can find the following request when you click "Review endpoint utterances":

In
LUIS Programmatic APIs v2.0 documentation, we can find this API for getting suggest endpoint queries for intents:
https://[location].api.cognitive.microsoft.com/luis/api/v2.0/apps/{appId}/versions/{versionId}/intents/{intentId}/suggest[?take]
And I do a test with this API to retrieve suggest endpoint queries for intents, which work for me.

With Regards,
Fei Han