List cron jobs
list_cron_jobsCheck registered pg_cron jobs in a PostgreSQL database. Returns an empty list when pg_cron is unavailable, with optional targeting of a secondary read-only database for inspection.
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 |