---
title: esc env schedule list | CLI commands
url: /docs/esc/cli/commands/esc_env_schedule_list/
---

List environment scheduled actions.

## Synopsis

[EXPERIMENTAL] List environment scheduled actions

This command lists the scheduled actions configured for the given environment.

```
esc env schedule list [<org-name>/][/]<environment-name> [flags]
```

## Options

```
      --count int       the maximum number of schedules to return (all if unset)
  -h, --help            help for list
      --output string   output format: "text" (default) or "json" (default "text")
      --utc             display times in UTC
```

## Options inherited from parent commands

```
      --env string   The name of the environment to operate on.
```

## SEE ALSO

* [esc env schedule](/docs/esc/cli/commands/esc_env_schedule/)	 - Manage environment scheduled actions


