Get details of a workflow run
pw workflows runs get <slug> [flags]
# Get run details by slug
pw workflows runs get swift-falcon-17
# Get run details by ID
pw workflows runs get 507f1f77bcf86cd799439011
# Output as JSON
pw workflows runs get swift-falcon-17 -o json
-h, --help help for get
-o, --output string Output format (json)
--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