===JSON API - Root=== |**Method:** GET| |**Endpoint:** /| |**Parameters:** None| ==Description== Returns a list of all of the //active// Agency detections. ==Response== Returns a JSON-encoded payload. [{ "name": "Detection Type @ Detection Asset", "element": "Output_Name", "priority": "2", "agent": "Detection Type", "triggered": "2021-04-30 12:12:04.032000" } ] The response is an array of JSON objects that include the following fields... ^Field Name^Meaning^ |**Name**|The full name of the agent, made up of the agent name and the asset the agent is connected to.| |**Element**|The name of the agent output that triggered the alert (some agents have multiple outputs)| |**Priority**|An integer number giving the priority of the alert| |**Agent**|The name of the agent that produced the alert| |**Triggered**|The date & time the alert was triggered|