{
"success": true,
"data": {
"id": "<string>",
"status": "queued",
"mode": "scrape",
"completed": 123,
"total": 123,
"creditsUsed": 123,
"error": "<string>",
"results": [
{
"url": "<string>",
"markdown": "<string>",
"html": "<string>",
"statusCode": 123,
"proxyMode": "standard",
"proxyEscalated": true,
"credits": 123,
"metadata": {},
"error": "<string>"
}
],
"startedAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"createdAt": "2023-11-07T05:31:56Z"
},
"pagination": {
"total": 1234,
"skip": 0,
"limit": 20,
"hasMore": true,
"next": "https://api.reader.dev/v1/jobs/abc?skip=20&limit=20"
}
}