For the complete documentation index, see llms.txt. This page is also available as Markdown.

Event

API to fetch device events.

Get Events.

get

Long poll or stream device event data.

Authorizations
hue-application-keystringRequired
Header parameters
If-None-MatchstringOptional

Unix timestamp of the last seen event, followed by :0.

If any events in the server's buffer have a timestamp greater than this, the server will send them immediately instead of blocking for new events. The server does not maintain a persistent buffer and purges old events after several minutes and does not indicate when the value of If-None-Match falls outside of its buffered window, so clients must poll consistently often else events will be silently missed.

Example: 1770336203:0
Responses
200

Events Success Response

idstringRequired

A UUID that identifies this batch of events.

Example: 4bc4c418-e0d1-434d-aeca-b8e8bd39032bPattern: ^[0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12}$
typestring · enumRequiredPossible values:
creationtimestring · date-timeRequired

Time of creation for this batch of events.

Example: 2026-02-05T19:33:06Z
get/eventstream/clip/v2

Last updated

Was this helpful?