---
title: esc env schedule history | CLI commands
url: /docs/esc/cli/commands/esc_env_schedule_history/
---

Show the execution history of an environment scheduled action.

## Synopsis

[EXPERIMENTAL] Show the execution history of an environment scheduled action

This command lists past executions of a scheduled action.

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

## Options

```
      --count int       the maximum number of events to return (all if unset)
  -h, --help            help for history
      --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


