# pw workers get

> Source: https://parallelworks.com/docs/cli/pw/workers/get

## pw workers get

Get details of a compute worker

### Synopsis

The **pw workers get** command shows a compute worker's status, the environment
it was scheduled onto, and the scheduler job backing it.

Worker IDs are shown by **pw workers ls**.

```
pw workers get <worker-id> [flags]
```

### Examples

```
  # Get a worker
  pw workers get 60c72b2f9b1e8d001c8e4f3a
  
  # Get as JSON
  pw workers get -o json 60c72b2f9b1e8d001c8e4f3a
```

### Options

```
  -h, --help            help for get
  -o, --output string   Output format (table, json) (default "table")
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw workers](/docs/cli/pw/workers)	 - Manage compute workers
