Skip to main content

Get Auth Status

The action "long-polls" for the next status update from the authentication process for a given transaction.

External Documentation

To learn more, visit the Duo Auth documentation.

Parameters

ParameterDescription
Transaction IDThe transaction ID of the authentication attempt, as returned by the Run Second Factor Authentication action.

Example Output

{
"response": {
"auth_delayed": false,
"result": "waiting",
"status": "pushed",
"status_msg": "Please enter verification code 708 into Duo Mobile..."
},
"stat": "OK"
}

Workflow Library Example

Get Auth Status with Duo Auth and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop