StartExistingJob Tool
Starts a new WDS job using existing JobConfig — enqueues initial downloads for the start URLs, and returns tasks to continue processing.
Arguments
| Name | Type | Description |
|---|---|---|
| jobName | string | Required. Unique job name. Used to identify the job in the system where the domain name is often used (e.g., example.com) |
Return Type
Array of DownloadTask
DownloadTask
Represents a single page download request produced by a crawl or scrape job.
Fields:
| Name | Type | Description |
|---|---|---|
| Id | string | Required. Task Id |
| Url | string | Required. Page URL |