php artisan schedule:list - Laravel 10.x - The Laravel Artisan Cheatsheet

schedule:list

List all scheduled tasks

Options

  • next - Sort the listed tasks by their next due date Optional
  • timezone - The timezone that times should be displayed in Optional
php artisan schedule:list [--timezone [TIMEZONE]] [--next]