v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Get all Logs

Returns logs for the account.

get/logs

Query parameters

pageinteger

Paginate logs and return the specified page

Response

200

account_idstring
created_atnumber
eventstring
idstring
senderstring
severitystring
sourcestring
user_idstring

Example response

[
  {
    "account_id": "5dba92731b5d034f7d8dcasas",
    "created_at": 1639474197.3,
    "event": "Device 6194fb151b5d032f1312f7b9/\"Device-8o3ov\" updated. Name changed from \"Device-8o3ov\" to \"BOVD-dak\".",
    "id": "61b86415fdfef1de8ceab074",
    "sender": "system",
    "severity": "info",
    "source": "api",
    "user_id": "000000000000000000000000"
  }
]