Retrieve an Alert Comment

GET Alert Comment

GET /alerts/{alertId}/comments/{commentId} endpoint returns a comment for an alert.

Path parameters

alertIdstringRequired

Unique Alert Identifier

commentIdstringRequired

Unique Comment 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