Get Detections
  • 20 Jun 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Get Detections

  • Dark
    Light

Article summary

Get
/insight/{oid}/detections

Retrieve historical detections using Insight.

Security
HTTP
Type bearer
Path parameters
oid
stringRequired

organization id

Query parameters
start
integer

required timestamp in seconds where to begin fetching detections

end
integer

required timestamp in seconds where to stop fetching detections

limit
integer

maximum number of detections to return

cat
string

specific detection category to fetch

is_compressed
string

set to 'true' to enable compression, data returned 'detects' is base64(gzip(data))

cursor
string

optional cursor for paginated access, set to '-' for first query

Responses
200

successful operation

401

Access token is missing or invalid


Was this article helpful?