Getting a list of available CAPTCHAs
- In the management console
, navigate to the folder containing the CAPTCHAs you want to see. - Navigate to SmartCaptcha.
- You will see the list of available CAPTCHAs on the Captcha list page.
If you do not have the Yandex Cloud CLI yet, install and initialize it.
The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.
-
See the description of the CLI command for listing CAPTCHAs:
yc smartcaptcha captcha list --help -
Getting a list of available CAPTCHAs:
yc smartcaptcha captcha listResult:
+----------------------+---------+---------------------+------------+----------------+----------------+-------------+ | ID | NAME | CREATED | COMPLEXITY | PRE-CHECK TYPE | CHALLENGE TYPE | RULES COUNT | +----------------------+---------+---------------------+------------+----------------+----------------+-------------+ | bpne29ifsca8******** | test | 2025-02-24 17:16:13 | MEDIUM | CHECKBOX | IMAGE_TEXT | 0 | | bpnm7lhokq2t******** | prod | 2025-02-26 09:12:02 | MEDIUM | CHECKBOX | IMAGE_TEXT | 0 | | bpn43btuo4g9******** | website | 2025-02-26 09:12:42 | MEDIUM | CHECKBOX | IMAGE_TEXT | 0 | +----------------------+---------+---------------------+------------+----------------+----------------+-------------+
To get a list of CAPTCHAs, use the list REST API method for the Captcha resource or the CaptchaService/List gRPC API call.