# List send alerts Endpoint: GET /v1/thresholds/alerts/send Version: 3.0.0 Security: basicAuth ## Response 200 fields (application/json): - `items` (array, required) List of send alerts. - `items.id` (string) The unique identifier for the alert. - `items.parent_account_id` (string) The parent account ID. - `items.subaccount_id` (string) The subaccount ID this alert belongs to. - `items.account_group` (string) The group this account belongs to. - `items.name` (string, required) A user-friendly name for the alert. - `items.created_at` (string, required) Timestamp of when the alert was created. - `items.updated_at` (string) Timestamp of when the alert was last updated. - `items.last_checked` (string) Timestamp of the alert was last checked. - `items.description` (string) A description of what the alert does. - `items.alert_channels` (array) A list of alert channels to notify. Enum: "email", "slack", "webhook" - `items.filters` (array) A list of filters to apply to the alert. - `items.filters.dimension` (object, required) The dimension to filter by. - `items.filters.comparator` (object, required) The comparison operator. - `items.filters.values` (array, required) The dimension values to apply to filter. - `items.metric` (object, required) The metric being monitored. - `items.limit` (string, required) The threshold limit for the alert. - `items.dimension` (object, required) The dimension to apply to the metric. - `items.period` (string) The time period for the metric aggregation in the format of '1h' '1d'. - `total` (integer, required) Total number of send alerts. ## Response default fields (application/json): - `message` (string, required) Response message