Check a durable job, batch, or crawl
domscout_get_jobPoll a job ID to retrieve current status of a crawl, batch, or capture job. See if it is pending, processing, done, or encountered an error.
Instructions
Free — this call never consumes credits or quota. Poll a job ID returned by a crawl, a batch, or an auto-promoted capture. Status is one of pending, processing, retrying, done, error, cancel_requested, cancelled. Polling is free, so poll as often as you like — but the per-second rate limit still applies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Which endpoint to poll. Use "crawl" for a crawl job. | job |
| jobId | Yes | The job ID. |