
MAP.05794 (Customer) asked a question.
Hi guys, did you have a chance to create workflow in Okta which will show the result of Okta Import for example from HR system (please see the screenshot). I would like to send such a report in next step to dedicated channel in Slack.

@MAP.05794 (Customer) -- To the best of my knowledge there isn't an API available to either construct this information or generate and send a "report" of this information. Okta Workflows is only going to be able to Work with available public API's if they don't exist it doesn't have anything to interact with. There are quite a few different options/displays in the Okta Admin UI that leverage internal (private) API's and other more direct resource access to generate information that is not available through public API's.
I do see that there is a "view" for logs in the screenshot. This is likely going to be System Logs. If you look through the logs that it presents you should be able to determine if any of the events contain useful information that may "meet your needs". The System Log does have API Access and it would be possible to scrape events for data to build something. However, you would need to determine:
1) Is the data you need available in the events?
2) Is there an automated method for you to determine the relevant events and correlate them to a specific import job outside of the "Import Monitoring" UI. For example maybe they all have the same session ID. But how do you know it is the right "Import" and for which Directory? These events would need to be assessed to determine their usefulness.
If you are able to make positive determination and have figured out there is useful information and how to differentiate it then you could move on to automating the process via a Workflow.