List cron jobs
list_cron_jobsList all pg_cron jobs currently registered in the database. Returns empty list if pg_cron extension 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 |