Skip to main content
GET
List alerts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationId
string
required

The ID of the Organization to which the alerts belong to.

Query Parameters

alertIds
string[]

A list of IDs for specific alerts to list. The API returns details for all alerts which have been specified in this list. At most 1000.

deploymentIds
string[]

A list of deployment IDs the alerts belong to. The API returns details for all alerts belonging only to the specified Deployments. At most 1000.

offset
integer
default:0

The number of results to skip before returning values.

Required range: x >= 0
limit
integer
default:20

The maximum number of results to return.

Required range: 0 <= x <= 1000

Response

OK

alerts
object[]
required

The alerts that were created or updated.