Retrieve a list of detection objects
Security
x-api-key
GET
curl -i -X GET \
https://api.pushsecurity.com/v1/detections \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "result": [ { "id": "c478966c-f927-411c-b919-179832d3d50c", "employeeId": "37cda962-7e78-49bc-8721-1becd16276a3", "employee": { "id": "2a2197de-ad2c-47e4-8dcb-fb0f04cf83e0", "email": "john.hill@example.com", "firstName": "John", "lastName": "Hill", "department": "Security Engineering", "location": "New York", "licensed": true, "chatopsEnabled": true, "creationTimestamp": 1698669223 }, "browserId": "2a2197de-ad2c-47e4-8dcb-fb0f04cf83e0", "severity": "HIGH", "detectionType": "PHISHING", "response": "BLOCKED", "creationTimestamp": 1698604061, "archived": true } ], "paging": { "moreResults": true, "nextToken": "0b9972aa-fe8d-4095-82d3-2e13cf3cfd43" } }