Query parameters
-
LogLevel string
Only show alerts for this log-level. Can be:
error
,warning
,notice
, ordebug
. -
StartDate string(date-time)
Only include alerts that occurred on or after this date and time. Specify the date and time in GMT and format as
YYYY-MM-DD
orYYYY-MM-DDThh:mm:ssZ
. Queries for alerts older than 30 days are not supported. -
EndDate string(date-time)
Only include alerts that occurred on or before this date and time. Specify the date and time in GMT and format as
YYYY-MM-DD
orYYYY-MM-DDThh:mm:ssZ
. Queries for alerts older than 30 days are not supported. -
PageSize integer
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Minimum value is
1
, maximum value is1000
.
GET /v1/Alerts
curl \
-X GET https://monitor.twilio.com/v1/Alerts \
--user "username:password"
Response examples (200)
{
"alerts": [
{
"account_sid": "string",
"alert_text": "string",
"api_version": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_generated": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"error_code": "string",
"log_level": "string",
"more_info": "string",
"request_method": "HEAD",
"request_url": "https://example.com",
"resource_sid": "string",
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}
],
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
}
}
Response examples (200)
{
"alerts": [
{
"account_sid": "string",
"alert_text": "string",
"api_version": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_generated": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"error_code": "string",
"log_level": "string",
"more_info": "string",
"request_method": "HEAD",
"request_url": "https://example.com",
"resource_sid": "string",
"service_sid": "string",
"sid": "string",
"url": "https://example.com"
}
],
"meta": {
"first_page_url": "https://example.com",
"key": "string",
"next_page_url": "https://example.com",
"page": 42,
"page_size": 42,
"previous_page_url": "https://example.com",
"url": "https://example.com"
}
}