v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Get All Device Logs

get/logs/device

Query parameters

eventstring

Return events matching the regex specified

severitystring

Return events only matching the severity specified

pageinteger

Return the events paginated by the specified page

Response

200

account_idstring
componentstring
created_atnumber
device_idstring
eventstring
idstring
severitystring

Example response

[
  {
    "account_id": "5dba92731b5d034f7d8dcasas",
    "component": "system",
    "created_at": 1639474535.2510002,
    "device_id": "61b86372aa4a7e2464c32924",
    "event": "Offline (Online for 8m44s)",
    "id": "61b86567704aee80f62e0993",
    "severity": "warning"
  }
]