Get Historical Events
  • 25 Apr 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Get Historical Events

  • Dark
    Light

Article Summary

Get
/insight/event_count/{oid}/{sid}

Retrieve historical data from the sensor using Insight.

Security
HTTP
Type bearer
Path parameters
oid
stringRequired

organization id

sid
stringRequired

sensor id

Query parameters
start
integer

required timestamp in seconds of the start of the period

end
integer

required timestamp in seconds of the end of the period

is_detailed
string

set to 'true' to get a per-hour breakdown of the event count

Responses
200

successful operation

401

Access token is missing or invalid


Was this article helpful?