Skip to main content
POST
/
v1
/
jobs
/
{id}
/
retry
Retry failed URLs in a job
curl --request POST \
  --url https://api.reader.dev/v1/jobs/{id}/retry \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": {
    "id": "<string>",
    "status": "<string>",
    "retrying": 123
  }
}
Re-queues just the URLs in the job that errored. Successful results stay put. Returns 400 invalid_request if the job has no failed URLs. The job status goes back to queued and processing resumes.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

Retry scheduled

success
enum<boolean>
required
Available options:
true
data
object
required