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 objects or null
createdTimestampdouble or null
Timestamp when comment is created
updatedTimestampdouble or null
Timestamp when comment is updated

Errors