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 . |
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. |