sys-cron-list
View all Magento 2 cron jobs and their configuration settings to monitor scheduled tasks and optimize system performance.
Instructions
List all Magento 2 cron jobs and their configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format | table |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "table",
"description": "Output format",
"enum": [
"table",
"json",
"csv"
],
"type": "string"
}
},
"type": "object"
}