List Alerts
EDR
List Alerts
List all the EDR alerts for a given connection.
GET
List Alerts
Query Parameters
Sort by field
Pattern:
^severity$|^severity\:asc$|^severity\:desc$Enable cursor based pagination instead of default offset-based pagination
Datetime filter, only return items updated since this datetime. Example format: 2021-01-01T00:00:00+00:00
Limit size (page size)
Required range:
x >= 0Offset index (starting index of page)
Required range:
x >= 0Skips returning the total rows, total is set to null when true
Skip token to continue from the last item in the previous page
Include device groups in the devices attached to the vulnerability
Include observable data in the response
Response
Successful Response
- OffsetPaginatedResponse[ScopedEDRAlertRespModel]
- KeySetPaginatedResponse[ScopedEDRAlertRespModel]