GET
/
v2
/
automation
/
devices
/
{device_id}
/
events
Device action state events (SSE)
curl --request GET \
  --url https://coreapi-dev.us.bcpapers.ca/v2/automation/devices/{device_id}/events \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

Paste the JWT token only (no "Bearer " prefix needed — the UI adds it automatically).

Path Parameters

device_id
string
required

Device UUID

Response

SSE stream

The response is of type string.