Streaming events from Task Runs
parallel-beta: events-sse-2025-07-24
header when using the Task API.enable_events
flag to true
when creating the task run. If not specified, events may still be available, but frequent updates are not guaranteed.
Create a Task Run with events aggregation enabled explicitly:
/v1beta/tasks/runs/{run_id}/events
endpoint:
pro
and above have event streaming enabled by default.Task Run Events | Task Group Events | |
---|---|---|
Purpose | Events for a single Task Run. | Events for an entire Task Group. |
Run-level events | Progress updates, messages, status changes. | Only run status changes. |
Resumable streams | No | Yes, using event_id . |
Events supported | Progress updates, messages, status changes for an individual run. | Group status and run terminations. |