captcha_status
Check a captcha task by its taskId to see whether it is solved, processing, or failed, and retrieve the token or text once complete.
Instructions
Check a captcha task by its taskId, as returned by solve_turnstile, solve_recaptcha_v2, solve_hcaptcha or solve_image_captcha. Returns status solved, processing or failed, with the token or text once solved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The `taskId` a solve_* tool returned. |