---
title: esc env schedule get | CLI commands
url: /docs/esc/cli/commands/esc_env_schedule_get/
---

Show details for an environment scheduled action.

## Synopsis

[EXPERIMENTAL] Show details for an environment scheduled action

This command retrieves details for a single scheduled action.

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

## Options

```
  -h, --help            help for get
      --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


