List cron jobs
list_cron_jobsRetrieve all registered pg_cron jobs from the database. Returns an empty list if pg_cron is not installed.
Instructions
List the pg_cron jobs registered in the database. Returns an empty list when pg_cron is not installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | Optional: target a configured secondary (read-only) database by name; omit for the primary. Call list_databases to see the configured ids. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |