Retrieve an Alert Comment

GET
/alerts/:alertId/comments/:commentId

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

Response

This endpoint returns an object.
commentIdstring

Unique comment ID

bodystring

Comment body

fileslist of objectsOptional
createdTimestampdoubleOptional

Timestamp when comment is created

updatedTimestampdoubleOptional

Timestamp when comment is updated

Errors