Skip to content

Get bulk device events for organization devices

GET
/airbend/me/bulk/events

Returns device events (state changes, connections, etc.) for all devices in the organization within the specified time range

Authorizations

Parameters

Query Parameters

minutes
integer
default: 60

Number of minutes back from now to retrieve events

Responses

200

Device events

Array<object>
object
event_id

Unique event identifier. See Event Categories under the device events endpoint for meanings.

integer
timestamp

Event timestamp

string format: date-time
event_kind

Type of event

string
event_description

Human-readable event description

string
details

Additional event details

object
object_id

Device UID that generated the event

string
object_kind

Type of object (usually ‘device’)

string