appcrane_list_cron
List scheduled cron jobs from an app's deployhub.json after the latest deploy. Shows schedule, command, last run time, exit code, and recent log tail to verify registration or debug run issues.
Instructions
List the scheduled jobs declared in an app's deployhub.json cron array (after the most recent deploy). Each entry includes the cron schedule, the command, when it last ran, the exit code, and the tail of the last run's stdout/stderr. Use to verify a job was registered, debug a missing run, or read the recent log. App-admin or owner.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | ||
| stage | No | Optional — omit to list both envs. Target stage (legacy alias: env). |