cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/workspaces/{workspaceId}/crawler/jobs/{jobId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "id": "<string>", "workspaceId": "<string>", "status": "queued", "primaryUrl": "<string>", "urls": [ "<string>" ], "crawl": true, "crawlOptions": { "maxPages": 250, "urlMatchers": [ "<string>" ], "unMatchers": [ "<string>" ], "stayOnDomain": true }, "useProxy": true, "deep": true, "refreshRate": "<string>", "toAgentId": "<string>", "toAgentIds": [ "<string>" ], "done": true, "failed": true, "isCancelled": true, "message": "<string>", "resultError": "<string>", "createdAt": "<string>", "ts": 123, "currentPageIndex": 123, "scrapedPagesNum": 123, "failedPagesNum": 123, "pageLimit": 123, "creditsPerPage": 123, "estimatedCredits": 123, "activeScrapeUrl": "<string>", "crawlerJobId": "<string>", "scrapedUrls": [ "<string>" ], "scrapedHashes": [ "<string>" ], "pendingCandidateUrls": [ "<string>" ], "processedCrawlUrls": [ "<string>" ], "failedCrawlUrls": [ "<string>" ], "webhookFinalizedAt": "<string>", "processingMode": "<string>", "crawlerSubmittedAt": "<string>", "crawlerWebhookUrl": "<string>", "crawlerSubmissionEndpoint": "<string>", "webhook": { "url": "<string>", "events": [ "page_scraped" ], "hasSecret": true, "hasBearerToken": true, "headerKeys": [ "<string>" ] } } }
Gets a single crawler job by id using the V3 API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Show child attributes