Get website crawl status
get_crawl_statusCheck the progress of the current or last knowledge-base website crawl. Returns status including idle when no crawl has run, helping you monitor crawl activity.
Instructions
Progress of the current or last knowledge-base website crawl. { status: "idle" } means none has run yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| error | No | ||
| status | No | idle when no crawl has run yet | |
| startedAt | No | ||
| finishedAt | No | ||
| pagesCrawled | No | Pages read so far | |
| pagesIngested | No | Pages added to the knowledge base |