v52

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03269339953.6 KB
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

outputstring required

Output captured from the last cron job execution. Empty when the cron job has not run yet.