Grant read log API permission.
External DocumentationTo learn more, visit the Duo documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Grant read log API permission.
| Parameter | Description |
|---|---|
| Maximum Time | Retrieve logs that have a timestamp of Maximum Time or earlier.This value must be strictly greater then Minimum Time. |
| Minimum Time | Retrieve logs that have a timestamp of Minimum Time or later.This value must be strictly less then Maximum Time. |
| Parameter | Description |
|---|---|
| Limit | The maximum number of records to retrieve. Defaults to 100, with maximum value of 1000. |
| Next Offset | The offset at which to start record retrieval. The offset is provided in the metadata field of a previous List Telephony Logs response in the form of a 13 character date string in milliseconds and the event txid.These two values must be provided together, 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. |
| Sort | The order in which to return the logs. |
{
"stat": "OK",
"response": [
{
"context": "authentication",
"credits": 1,
"isotimestamp": "2020-03-20T15:38:12+00:00",
"phone": "+15035550100",
"timestamp": 1584718692,
"type": "sms"
}
]
}
Was this page helpful?