Skip to main content
GET
/
compliance
/
alerts
/
{alertId}
Get compliance alert
curl --request GET \
  --url https://api.example.com/compliance/alerts/{alertId}
{
"type": "<string>",
"id": "<string>",
"checkId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"acknowledged": true,
"acknowledgedAt": "2023-11-07T05:31:56Z",
"externalId": "<string>",
"data": {
"lists": [
"<string>"
],
"comment": "<string>",
"externalId": "<string>",
"rawdata": [
{}
]
}
}

Path Parameters

alertId
string
required

Response

type
string
required
id
string
required
checkId
string
required
createdAt
string<date-time>
required
acknowledged
boolean
required
acknowledgedAt
string<date-time>
externalId
string
data
object