List workflow runs
pw workflows runs list [flags]
# List all workflow runs
pw workflows runs list
# List runs with a specific status
pw workflows runs list --status completed
# List runs for a specific workflow
pw workflows runs list --workflow my-workflow
# Search runs by name or slug
pw workflows runs list --search "my run"
# Output as JSON
pw workflows runs list -o json
-h, --help help for list
--limit int Maximum number of runs to return (default 50)
--offset int Number of runs to skip
-o, --output string Output format (json, table)
--search string Search by name or slug
--status string Filter by status (running, completed, error, canceled)
--workflow string Filter by workflow name
--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