Get a scheduled task
access_key
. The API will return the list of your scheduled tasks for your account.
X-Access-Key
header to pass your access key.
You can find your access key in your account dashboard.
screenshot
, screencast
, pdf
and scrape
.access_key
parameter.
The querystring can be URL-encoded.For example, url=https%3A%2F%2Fexample.com
is the URL-encoded version of url=https://example.com
.every_minute
, every_hour
, every_day
, every_month
and custom
(use standard cron syntax).Code | Type | Details |
---|---|---|
200 | OK | The request was successful. |
400 | Bad Request | The request was rejected due to a missing or invalid parameter. |
401 | Unauthorized | The request was rejected due to an invalid access key. |
402 | Payment Required | Access denied due to an unpaid invoice. |
404 | Not Found | The requested resource was not found. |
423 | Locked | The request was denied due to insufficient quota. |
429 | Too Many Requests | The rate limit has been exceeded (too many requests per minute). |
500 | Internal server error | The request failed due to an internal server error. |