Get an alert

Get an alert.

Path parameters

organizationIdstringRequired
The ID of the Organization the alert belongs to.
alertIdstringRequired
The ID of the alert to get.

Headers

AuthorizationstringRequired

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

Response

OK
createdAtstring

The time when the alert was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

createdByobject
entityIdstring
The ID of the entity the alert is associated with.
entityTypeenum
The type of entity the alert is associated with.
Allowed values:
idstring
The alert's ID.
namestring
The alert's name.
organizationIdstring
The ID of the organization the alert is associated with.
rulesobject
severityenum
The alert's severity.
Allowed values:
typeenum
The alert's type.
updatedAtstring

The time when the alert was last updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ.

updatedByobject
deploymentIdstring or null
The ID of the deployment the alert is associated with.
entityNamestring or null
The name of the entity the alert is associated with.
notificationChannelslist of objects or null
The notification channels to send alerts to.
workspaceIdstring or null
The ID of the workspace the alert is associated with.

Errors