v1

latestOpenAPI 3.0.32026-07-24434977.4 KB
Alerts

Fetching all recent Alerts

Fetches all recent alerts that are displayed in FlockOS

get/alerts

Query parameters

includeInactive'true' | 'false'

Whether to include inactive alerts in the results.

limitinteger

The maximum number of alerts returned in the response (1-100).

offsetinteger

The number of alert results to skip before starting to collect the set of alerts.

Response

The alerts were successfully fetched.

Example response

{
  "results": [
    {
      "eventTime": "2023-12-31T23:59:59.999999Z",
      "location": {
        "latitude": 33.786147,
        "longitude": -84.412822,
        "address": "1170 Howell Mill Rd NW, Atlanta, GA 30318"
      }
    }
  ]
}