There is an intentional two minute delay in availability of new authentications in the API response. Duo operates a large scale distributed system, and this two minute buffer period ensures that calls will return consistent results. Querying for results more recent than two minutes will return as empty. We recommend requesting logs no more than once per minute.Documentation Index
Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Basic Parameters
| Parameter | Description |
|---|---|
| Maximum Time | Return records that have a 13 character Unix timestamp in milliseconds of maxtime or earlier.This value must be strictly greater then mintime. |
| Minimum Time | Return records that have a 13 character Unix timestamp in milliseconds of mintime or later.This value must be strictly less then maxtime. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Custom Filters | Any additional custom filters to apply to the search.View [https://duo.com/docs/adminapi#authentication-logs] for a list of possible parameters. |
| Limit | The maximum number of records returned.Default: 100; Max: 1000 |
| Next Offset | The offset at which to start record retrieval.This value is provided in the metadata in the form of a 13 character date string in milliseconds and the event txid.Both of these values must be provided when used, separated by a comma (e.g. 1547486297000,5bea1c1e-612c-4f1d-b310-75fd31385b15).When used with “limit”, the handler will return “limit” records starting at the n-th record, where n is the offset.Default: None. |
| Sort | The order in which to return records. One of:- ts:asc - Return logs in chronological order. |
ts:desc- Return logs in reverse chronological order. |