@AndyChavez
The /accounts/self/sis_import endpoint takes you to the page to view the SIS import.
If you want to see the log, then make sure there is an s at the end of sis_import. /accounts/self/sis_imports
There is actually an API call for this, which is what Canvas is accessing behind the scenes when you leave off the /api/v1. The API allows you to filter the SIS imports by date or workflow state.
For others talking about the need for an extension, you can view this without installing a browser extension. You can copy/paste the JSON into a JSON to CSV converter. I use the one at data.page, although data is sent to the server. If you want an in-browser converter, then konklone.io has one. I find the JSON to CSV nice since it presents the information in a human-friendly table.
Another option is to use the native browser tools. Firefox natively displays JSON in a human-friendly form. For Chrome, you can open the developer tools (F12), go to the Network tab, make sure All is selected and then load/reload the page; click on the sis_imports and then click on Preview. Not as easy as having a tool to it for you, but it is an option for those who cannot install an extension.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.