List scheduled crawls
GET/api/v1/chatbots/:chatbotId/scheduled-crawls
Lists the chatbot's scheduled (recurring) website crawls, most recent first. A scheduled crawl periodically re-ingests a set of URLs into the KB on an hourly/daily/weekly/monthly cadence. No PII (authorized emails/groups are returned only as counts). Required scope: documents:read.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Scheduled crawls for the chatbot.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded