Skip to main content
The SHOW SCHEDULES lists all of the currently active and . It also lists all of the currently active scheduled jobs for .

Required privileges

The following users can show a schedule:
  • Members of the . By default, the root user belongs to the admin role.
  • Owners of a backup schedule, i.e., the user that .
  • Owners of a changefeed schedule, i.e., the user that .

Synopsis

show_schedules syntax diagram

Parameters

Response

The output of SHOW SCHEDULES is sorted by creation time. The following fields are returned for each schedule:

Examples

Show schedules

To view the CREATE SCHEDULE statements for scheduled jobs, use .

Show running schedules

Show paused schedules

Show a specific schedule

To view a specific schedule, use the schedule’s id:

See also