You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {Array<string>} [options.includePaths] - List of path patterns to include (e.g., ['/products/*', '/blog/**']). Supports wildcards: * matches any characters, ** matches any path segments
27
27
* @param {Array<string>} [options.excludePaths] - List of path patterns to exclude (e.g., ['/admin/*', '/api/*']). Supports wildcards and takes precedence over includePaths
28
+
* @param {string} [options.webhookUrl] - URL to receive webhook notifications when the crawl job completes
28
29
* @returns {Promise<Object>} The crawl job response
29
30
* @throws {Error} Throws an error if the HTTP request fails
0 commit comments