curl --request GET \
--url http://localhost:3000/v1/scrapers/{retailerCode}/runs{
"runs": [
"<unknown>"
],
"total": 123,
"limit": 123,
"offset": 123
}Returns paginated run history for a scraper.
curl --request GET \
--url http://localhost:3000/v1/scrapers/{retailerCode}/runs{
"runs": [
"<unknown>"
],
"total": 123,
"limit": 123,
"offset": 123
}1 <= x <= 100x >= 0pending, running, completed, failed, cancelled