Manage a Crawl JobCopy Pageget https://api.diffbot.com/v3/crawlPause, delete, restart, or view the status of a crawl job.Query ParamstokenstringrequiredYour Diffbot tokennamestringJob name as defined when the crawl job was created.roundStartstringPass roundStart=1 to force the start of a new crawl "round" (manually repeat the crawl). If onlyProcessIfNew is set to 1 (default), only newly-created pages will be processed.pausestringPass pause=1 to pause a crawl job. Pass pause=0 to resume a paused job.restartstringPass restart=1 to restart a crawl job. This will erase all processed data and re-process all of the submitted URLs.deletestringPass delete=1 to delete a job, and all associated data, completely.Responses 200200 500500Updated 6 months ago