Get a cron job
get_cronRetrieve a specific cron job by repository and cron IDs to inspect its configured variables and schedule.
Instructions
Returns one cron job, including the variables it passes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron_id | Yes | Numeric cron job id. | |
| repo_id | Yes | Numeric repository id. lookup_repository turns an "owner/name" pair into one; list_repositories shows both. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| truncated | No | Present only when the answer was shortened to fit the budget. |