Streams events from a TaskGroup: status updates and run completions.
The connection will remain open for up to 10 minutes as long as at least one run in the TaskGroup is active.
cURL
curl --request GET \ --url https://api.parallel.ai/v1beta/tasks/groups/{taskgroup_id}/events \ --header 'x-api-key: <api-key>'
{ "type": "task_group_status", "event_id": "123", "status": { "num_task_runs": 1, "task_run_status_counts": { "completed": 1 }, "is_active": false, "status_message": "", "modified_at": "2025-04-23T20:21:48.037943Z" } }
Successful Response
Event indicating an update to group status.