This article shows where to find that information.
- Reports
- Multi-Factor Authentication (MFA)
- From the Okta Admin Console, go to Reports and then click on System log, which captures all the system logs.
-
Go to the System log search box and paste the below query, select the date and time range, and hit the search button. It will show all the results for those users prompted for the Okta verify number challenge.
debugContext.debugData.pushWithNumberChallengeResponseType eq "OV_WITH_CHALLENGE_RESPONSE_VALID"
-
Click the Download CSV hyperlink to download the requested system log-in CSV format to the device.
NOTE: System log data is only retained for 90 days. To increase this period, use the API to export Okta log data or log streaming. Please refer to How to Export Okta Log Data for more information.
