Hello @Yaswanth Reddy,
Thank you for posting your query on Microsoft Q&A.
Based on your statement, it seems you’re looking for details about an application using its AppID. As Yakun mentioned, you can easily retrieve this information using Graph Explorer by filtering the request with the AppID. Below are the steps and screenshots for better clarity on reproducing this process:
Login in to Graph Explorer with a Global Admin account. Send a GET request to the following URL:
https://graph.microsoft.com/v1.0/applications(appId='{appId}')
Replace {appId}
with your application's AppID in the URL format below:
https://graph.microsoft.com/v1.0/applications(appId='142cadc3-87f9-460e-8920-xxxxxxxxxxx')
Execute the query, and it will return detailed information about the application.
If you encounter any errors while sending the GET request, please let us know so we can assist you further.
Thanks,
Raja Pothuraju.