- Specific runs - Monitor individual run progress by run ID
- Runs with specific tags - Track all runs that have certain tags (e.g., all runs tagged with
user:123) - Batch runs - All runs within a specific batch
- Trigger + subscribe combos - Trigger a task and immediately subscribe to its run (frontend only)
- Status changes - queued → executing → completed, etc.
- Metadata updates - Custom progress tracking, status updates, user data, etc. (React hooks | backend)
- Tag changes - When tags are added or removed from the run
- Realtime Streams - Stream real-time data from your tasks, perfect for AI/LLM outputs and progress updates. (Learn more | React hooks | Backend)

