Get cron job output
hosting_getCronJobOutputV1Retrieve the output from the last execution of a cron job by providing its unique ID and username. Use the UID from the list cron jobs endpoint to access the captured logs.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Unique identifier of the cron job as returned by the list cron jobs endpoint. | |
| username | Yes | username parameter |