Re-queue only the failed scrapes in a completed batch
After a batch completes with some failures, retry only the failed scrapes. Successful items are never touched. Fresh credits are reserved for the retry, and the batch status resets toDocumentation Index
Fetch the complete documentation index at: https://docs.spidra.io/llms.txt
Use this file to discover all available pages before exploring further.
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 |