duo_list_hardware_tokens
List hardware tokens in a Duo account, with optional filters by type or serial, to inventory MFA devices without exposing seed secrets.
Instructions
List hardware tokens (HOTP/TOTP/YubiKey) in the Duo account, optionally filtered by type/serial. Never returns a seed/secret.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by token type. | |
| limit | No | Number of items per page (Duo default/max vary by endpoint). | |
| offset | No | Offset into the result set, for paging past the first page. | |
| serial | No | Filter by serial number. |