Skip to main content
GET
Get cost alert event by token

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

cost_alert_token
string
required
event_token
string
required

Response

200 - application/json

CostAlertEvent model

token
string
required
created_at
string
required

The date and time, in UTC, the CostAlertEvent was created. ISO 8601 Formatted.

Example:

"2021-07-09T00:00:00Z"

triggered_at
string
required

The date and time, in UTC, the CostAlertEvent is sent. ISO 8601 Formatted.

Example:

"2021-07-09T00:00:00Z"

description
string
required

The description of the CostAlertEvent.

alert_type
string
required

The type of the CostAlertEvent.

metadata
object
required

The metadata of the CostAlertEvent.

report_token
string
required

The token of the report associated with the CostAlertEvent.

alert_token
string
required

The token of the alert associated with the CostAlertEvent.