Microsoft Graph Explorer is a tool used for accessing the objects and properties across Office 365 services by passing Microsoft Graph APIs. Microsoft Graph API returns the response from different Office 365 cloud services with a single endpoint with different parameters.

Based on the Microsoft Graph API request, the tool authenticates based on the user login and returns the response.

We can try n number of requests with this tool if we need the response after some time. Now, the tool enables us to get the response from history without running the request once again.

To export the JSON response from an older request, follow the below steps.

Manage And Export History In Microsoft Graph Explorer
Manage And Export History In Microsoft Graph Explorer

The History panel also supports removing the older requests. Click on the "Remove All" button to remove the entire previous responses from the history.

It looks cool, doesn’t it? Try this history feature in Microsoft Graph Explorer. It really saves us time in rerunning our requests.