List endpoint events

Returns the list of events, filtered, sorted and paged according to query parameters. <Info> A full list of events is found in section "Retrieve Event Types" (`/api/v1/event/type`). </Info> <Error> This API endpoint deviates from the specified conventions and may not return the same HTTP Codes as the higher layer call (`/api/v1/endpoint/{endpoint_id}`). In case the requested `{endpoint_id}` doesn't exist or is not accessible for the user, **HTTP 200** will be returned with empty **[]** as long as the provided `{endpoint_id}` is a number and all parameters are valid. Please take that into consideration when building automation on top of the error behaviour of this endpoint. </Error>

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the /api/v1/authenticate POST request.

Path parameters

endpoint_idstringRequired

Response

Successfully returned a list of events
timestampstring or null
alertboolean or null
descriptionstring or null
idinteger or null
event_typeobject or null
event_sourceobject or null
event_severityobject or null
organisationobject or null
endpointobject or null
simobject or null
imsiobject or null

Errors