List website crawls
GET/api/v1/chatbots/:chatbotId/crawls
Lists the chatbot's website crawls (most recent first), with live progress. Non-terminal crawls are refreshed against the crawler on read (an API-initiated crawl has no dashboard poller, so this read is what advances its status). Pass crawlId to fetch a single crawl. No PII (authorized emails/groups are not returned). Required scope: documents:read.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Website crawls for the chatbot (metadata + live progress).
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded