List cron jobs
list_cronsLists scheduled pipeline runs for a repository, showing the next execution time of each cron job. Use it to monitor upcoming automated builds and verify cron schedules.
Instructions
Lists the scheduled pipeline runs of a repository, with the next execution time of each.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, starting at 1. | |
| repo_id | Yes | Numeric repository id. lookup_repository turns an "owner/name" pair into one; list_repositories shows both. | |
| per_page | No | Entries per page (1 … 50). Woodpecker clamps anything above 50 without saying so. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |