curl --request GET \
--url http://localhost:3000/v1/scrapers/{retailerCode}/runs/{runId}/logs{
"logs": [
"<unknown>"
],
"total": 123,
"limit": 123,
"offset": 123
}Returns logs for a specific scraper run.
curl --request GET \
--url http://localhost:3000/v1/scrapers/{retailerCode}/runs/{runId}/logs{
"logs": [
"<unknown>"
],
"total": 123,
"limit": 123,
"offset": 123
}1 <= x <= 100000x >= 0DEBUG, INFO, WARNING, ERROR 200