list_cron_jobs
Retrieve all scheduled cron functions in a project, including their cron expressions, 7-day run count, error count, and last run timestamp. Verify cron jobs are firing without manual log inspection.
Instructions
List every scheduled (cron) function in a project with its cron expression, 7-day run count, error count, and last_run_at timestamp. Use this to verify a cron job is actually firing without tailing logs manually.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID |