Get incidents
Get a list of detected incidents for the given Application IDs and host domains.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
appId
An array of Application IDs to filter the relevant incidents by. At least one ID is required.
tld
An array of host domains to filter the relevant incidents by. At least one domain is required.
from
A timestamp, in milliseconds, indicating from what point in time to filter the results by. Defaults to the past 24 hours.
to
A timestamp, in milliseconds, indicating until what point in time to filter the results by. Defaults to the current time.
skip
The number of incidents to offset pagination by when returning the results.
take
The number of incidents to display per page when returning the results.
Response
Success
paging
data