v1

latestOpenAPI 3.0.02026-07-249372139.7 KB
Detections

List Detections

Returns a list of all detection events.

post/detections

Request body

StartDatestring
EndDatestring

Example request

{
  "Pagination": {
    "Page": 1,
    "PageSize": 10
  },
  "StartDate": "2023-07-12T05:00:00.911Z",
  "EndDate": "2023-07-12T05:00:00.911Z"
}

Response

Success