## Stream worker updates **get** `/api/workers/{workerId}/stream` Subscribe to a worker using server-sent events. ### Path Parameters - `workerId: string` ### Example ```http curl https://v3.handinger.com/api/workers/$WORKER_ID/stream \ -H "Authorization: Bearer $HANDINGER_API_KEY" ```