# syn watch > "Watch live execution or activity streams" Watch live execution or activity streams ## `syn watch activity` Stream live global activity across all executions. ```bash syn watch activity ``` --- ## `syn watch execution` Stream live events for a specific execution. ```bash syn watch execution ``` **Arguments:** | Name | Type | Required | Description | |------|------|----------|-------------| | `execution_id` | `text` | Yes | Execution ID to watch | ---