Re-queue only the failed scrapes in a completed batch
running.
202 Accepted:
| Field | Type | Description |
|---|---|---|
status | "queued" | Confirms the retry was accepted |
retriedCount | number | Number of failed items that were re-queued |
pending statusfailedCount decrements by retriedCountstatus resets to runningbatchId — it will complete again when all retried items finish| Code | Reason |
|---|---|
400 | No failed items to retry in this batch |
401 | Missing x-api-key header |
403 | Monthly credit limit reached — not enough credits to reserve for the retry |
404 | No batch found with this ID, or it belongs to a different user |