Event logs

List event logs

get

Retrieve a collection of event logs.

Authorizations
Responses
200
OK
application/json
get
GET /api/event_logs HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "count": 100,
  "items": [
    {
      "id": "NzAwNTUxOTA5NzczMTQ4MTYw",
      "created_at": "2017-07-21T17:32:28Z",
      "level": "DEBUG",
      "source": "text",
      "message": "text"
    }
  ]
}