# pw workflows runs view

> Source: https://parallelworks.com/docs/cli/pw/workflows/runs/view

## pw workflows runs view

View a workflow run

```
pw workflows runs view <slug> [flags]
```

### Examples

```
  # View a run interactively
  pw workflows runs view swift-falcon-17
  
  # View a run by ID
  pw workflows runs view 507f1f77bcf86cd799439011
  
  # Print run details as text
  pw workflows runs view -o text swift-falcon-17
  
  # Output as JSON
  pw workflows runs view -o json swift-falcon-17
```

### Options

```
  -h, --help            help for view
  -o, --output string   Output format (interactive, text, json) (default "interactive")
```

### 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 workflows runs](/docs/cli/pw/workflows/runs)	 - Manage workflow runs
