Not able to get subscription by subscription ID from MS Graph Explorer

Ayush Thakur
5
Reputation points
I have created a chat subscription. On hitting https://graph.microsoft.com/beta/subscriptions
API endpoint from MS Graph Explorer, I am able to get the list of subscriptions I have created. But on hitting the https://graph.microsoft.com/beta/subscriptions/{subscription-id}
API endpoint from MS Graph Explorer, I am not able to fetch that particular subscription using the subscription ID. Is there any issue in the API itself, or do I need to give some special permissions to access the subscription itself?