x-api-token: ********************
curl --location --request GET 'https://api.scrapeless.com/api/v1/crawler/crawl//errors' \
--header 'x-api-token;'
{
"errors": [
{
"id": "string",
"timestamp": "string",
"url": "string",
"error": "string"
}
],
"robotsBlocked": [
"string"
]
}