Alerts - Get

Created by Vamshi Reddy, Modified on Mon, 1 Aug, 2022 at 9:12 AM by Vamshi Reddy

Gets the details of a specific alert.


HTTP

GET https://www.troposalerts.com/api/alerts/{alertId}

GET https://www.troposalerts.com/api/teams/{teamId}/alerts/{alertId}


URI Parameters

NameInRequiredTypeDescription
alertIdpathTrueGuidIdentifier of the alert
teamIdpathFalseGuidIdentifier of the team


Response

JSON

{
"id": "e97aabf5-ba5c-4254-a605-40ba11d58ff1",
"teamId": "2d402c9b-7c83-44aa-9eea-3af0c62e3658",
"message": "Something is broken.",
"details": "This is a much longer description of what is broken.",
"source": "Email: alerter@alertingtool.com",
"history": [
{
"activity": "Received",
"resources": [],
"wasSkipped": false,
"date": "2022-09-06T18:59:21.129Z"
},
{
"activity": "Email",
"resources": [
{
"id": "62673eaf-c3d7-4737-96a7-39cb6afc98cc",
"name": "Kevbot"
}
],
"wasSkipped": false,
"date": "2022-09-06T19:29:44.456Z"
},
{
"activity": "SMS / Text",
"resources": [],
"wasSkipped": true,
"date": "2022-09-06T19:38:17.948Z"
},
{
"activity": "Acknowledged",
"resources": [
{
"id": "1d02fbc3-5589-433b-a275-c6871dbf8747",
"name": "Kevin Jordan"
}
],
"wasSkipped": false,
"date": "2022-09-06T19:54:46.246Z"
}
],
"createdDate": "2022-09-06T18:59:21.129Z",
"status": "Acknowledged"
}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article