Skip to content

Commit

Permalink
WS-7452 Added scheduling status to API doc (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
karinaMeldere authored Jan 8, 2025
1 parent a41c0e2 commit ea05f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Web Scraper Cloud/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ If more API calls are required, please contact support.
Scraping job can have one of these statuses:

* `waiting-to-be-scheduled` - the scraping job is waiting in a queue to be scraped;
* `scheduling` - the scraping job is currently being scheduled;
* `scheduled` - the scraping job is waiting for the scraper server and will start in a moment;
* `started` - the scraping job is in motion;
* `failed` - the website returned more than 50% 4xx or 50xx responses or there were network errors, which means that job execution was
Expand Down

0 comments on commit ea05f64

Please sign in to comment.