duo_get_authentication_log
Retrieve MFA authentication events within a specified time range, with pagination for auditing user login activity.
Instructions
Get the authentication log (v2) - every MFA authentication event, filterable by time range. mintime/maxtime are Unix epoch milliseconds. Paginate with next_offset (pass back the comma-joined pair from the previous response's metadata.next_offset).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order by timestamp. | |
| limit | No | Max results per page (Duo default 100, max 1000). | |
| maxtime | No | Only return events at or before this Unix epoch millisecond timestamp. | |
| mintime | Yes | Only return events at or after this Unix epoch millisecond timestamp. Required. | |
| next_offset | No | Pagination cursor from a previous response. |