get_recrawl_task
Check the status of a re-crawl task submitted via submit_url using the task ID and host ID.
Instructions
Status of a re-crawl task by id (from submit_url).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: 'markdown' (compact, default) or 'json' (raw API response) | markdown |
| host_id | Yes | Host ID from get_hosts | |
| task_id | Yes | Task ID returned by submit_url |