Skip to content
Get started

Stream worker updates

GET/api/workers/{workerId}/stream

Subscribe to a worker using server-sent events.

Path ParametersExpand Collapse
workerId: string
ReturnsExpand Collapse
WorkerStreamUpdatesResponse = string

Stream worker updates

curl https://v3.handinger.com/api/workers/$WORKER_ID/stream \
    -H "Authorization: Bearer $HANDINGER_API_KEY"
Returns Examples