Batch
Get errors for a batch scrape job
GET
/batch/scrape/{id}/errorsAuthorization
api-key AuthorizationBearer <token>
Enter your API key with the bc_ prefix
In: header
Path Parameters
id*string
Response Body
application/json
curl -X GET "https://example.com/batch/scrape/string/errors"{ "id": "batch_uuid", "errors": [ { "url": "https://example.com/page1", "error": "Timeout exceeded" } ]}Empty