Skip to Content
edgebootDevicesDevice events

Device events

GET/api/v1/integrations/devices/{serial_number}/eventsDevices

Returns paginated events for a specific device. Account access is resolved from the Bearer token and scoped to that account.

Path parameters

ParameterTypeRequiredDescription
serial_numberstringYesDevice serial number.

Query parameters

ParameterTypeRequiredDescription
pageintegerNoPage number (default 1).
per_pageintegerNoPage size, 1-100 (default 20).

Responses

HTTPDescription
200Paginated events in `data`, plus `page`, `pages`, `total`, `request_id`.
401Unauthorized - invalid or missing Bearer token.
404Account or device not found.

Response payload

Success response (200)

Example

Last updated on