Retrieve Alert Comments

GET Alert Comments

GET /alerts/{alertId}/comments endpoint returns all comments for an alert.

Path parameters

alertIdstringRequired

Unique Alert Identifier

Headers

x-api-keystringRequired

Response

OK

commentIdstring

Unique comment ID

bodystring

Comment body

fileslist of objectsOptional
createdTimestampdoubleOptional

Timestamp when comment is created

updatedTimestampdoubleOptional

Timestamp when comment is updated

Errors