Recrawl quota & tasks
recrawl_statusCheck recrawl activity and daily quota. View recent recrawl tasks with status (in progress, done, failed) or verify a specific task by ID before submitting a new recrawl.
Instructions
Read-only view of the host recrawl activity. With no taskId: the remaining daily quota plus the most recent recrawl tasks and their state (IN_PROGRESS, DONE, FAILED). Pass taskId (from recrawl_submit) to check one task. Use before recrawl_submit to confirm quota is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Recent tasks to list when no taskId (1-100). Default 10. | |
| hostId | No | Host id (e.g. "https:example.com:443"). Defaults to YANDEX_WEBMASTER_HOST_ID. | |
| taskId | No | Check a single recrawl task by its id (from recrawl_submit). Omit to get quota + recent tasks. |