Requires “Grant read log” API permission.

We recommend requesting logs no more than once per minute.

Parameters

ParameterDescription
Minimum TimeOnly return records that have a Unix timestamp in seconds after mintime. This can help to avoid fetching records that have already been retrieved.

Example Output

{    "stat": "OK",    "response": [        {            "context": "authentication",            "credits": 1,            "isotimestamp": "2020-03-20T15:38:12+00:00",            "phone": "+15035550100",            "timestamp": 1584718692,            "type": "sms"        }    ]}

Workflow Library Example

List Telephony Logs with Duo and Send Results Via Email

Preview this Workflow on desktop