How to see SIS import logs within UI

Jump to solution
qnguyen
Community Contributor

Hi,

We have both SIS script run and manual import at the same time. So how can I see the logs from UI ? right now when click on the UI, SIS Import, the only one shows is the Last Batch of Import.

Thanks

Labels (1)
1 Solution
mcowen
Instructure Alumni
Instructure Alumni

To view the log of the latest import, go Admin>SIS Imports or https://_____.instructure.com/accounts/self/sis_import

To view the last 10 imports, add an 's' on the end of the previous URL https://_____.instructure.com/accounts/self/sis_imports

To go back further in the import logs add a ?page=2 (or ?page=3 etc.) at the end of the previous URL https://_____.instructure.com/accounts/self/sis_imports?page=2

You can also use ?per_page=30  or 40 or 50  etc. at then end of the URL ( up to ?per_page=100 ).

Note: you will want to have some sort of JSON parser to make the page more readable. I use JSON Formatter in Chrome.

Is this what you are looking for?

View solution in original post