Get Cron Jobs
Get the cron jobs of current user.
Method
Endpoint
Some other possible URLs:
NOTE: By appending
pretty
in the request URL query string, you can get a pretty printed JSON (indented with spaces).
Query parameters
name | type | required | default | description | limits |
---|---|---|---|---|---|
cron_job_group_id | int | optional | The ID of the cron job group that the returned results should belong to. | ||
page | int | optional | 1 | Page number. | |
page_size | int | optional | 10 | The result number in one page. | min=1, max=500 |
sort_by | string | optional | cron_job_id | What to sort results by. Allowed values: cron_job_id , cron_job_name , url , epds_occupied , total_successes , total_failures , current_failures | |
order | string | optional | desc | The order the returned results should be in. Allowed values: desc , asc |
Example API call
Example Success Response
Together with the HTTP code 200
, the following content will be responded:
Example Failure Response
Together with the HTTP code of the error, the following error message will be responded: