Skip to main content
Trigger a re-crawl of a web source on demand. The site is crawled again in full; if nothing changed, the index is left untouched, otherwise it is rebuilt from the fresh crawl (pages that disappeared from the site are dropped from the index). Works for both scheduled and manual sources. Returns 202 Accepted with a jobId; poll getJobStatus until the job completes. Required fields: sourceId Example request
Responses
Errors
  • 400 when sourceId is missing.
  • 404 if the web source is not found.
  • 409 when a crawl is already in progress for this web source, or a build is already in progress for its index.
  • 503 when website crawling is temporarily unavailable.