Get a scheduled crawl
GET/api/v1/chatbots/:chatbotId/scheduled-crawls/:scheduleId
Returns one scheduled crawl including its recent run history. No PII (authorized emails/groups are returned only as counts). Required scope: documents:read.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
The scheduled crawl with recent runs.
Bad Request — invalid input
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded