Cron history
GET /crons/(name)/history
Show cron history.
Example request:
Example response:
Query Parameters
since - how history since timestamp
tail - Number of lines to show from the end of the history
Status Codes:
200 – no error
404 - no such cron job
500 – server error
Last updated