Hosting: Cron Jobs
Get cron job output
Returns the output captured from the last execution of the cron job identified by its uid.
The uid is returned by the list cron jobs endpoint.
get/api/hosting/v1/accounts/{username}/cron-jobs/{uid}/output
Path parameters
usernamestring required
Example:u123456789
uidstring required
Example:cron_abc123
Unique identifier of the cron job as returned by the list cron jobs endpoint.
Response
Success response