GET
/
v1
/
Accounts
/
{account_sid}
/
Alerts
{
  "data": [
    {
      "account_sid": "5f8e8f60-4771-44cb-92a6-94ea66df0450",
      "alert_type": "webhook-connection-failure",
      "detail": "getaddrinfo ENOTFOUND public-apps",
      "message": "failed to connect to https://public-apps.dev.voxeme.com/call-status",
      "time": "2021-05-30T11:57:57.582346789Z"
    }
  ],
  "page": "1",
  "page_size": "25",
  "total": 1
}

Path Parameters

account_sid
string
required
Example:

"3e2c138a-8940-4804-bb4f-b2de70a91697"

Query Parameters

page
string
Example:

"1"

count
string
Example:

"25"

days
string
Example:

"7"

Response

200 - application/json
Get Alerts
data
object[]
Example:
[
  {
    "account_sid": "5f8e8f60-4771-44cb-92a6-94ea66df0450",
    "alert_type": "webhook-connection-failure",
    "detail": "getaddrinfo ENOTFOUND public-apps",
    "message": "failed to connect to https://public-apps.dev.voxeme.com/call-status",
    "time": "2021-05-30T11:57:57.582346789Z"
  }
]
page
string
Example:

"1"

page_size
string
Example:

"25"

total
number
Example:

1