Skip to content

Retrieving Alerts

Sometimes you need to retrieve a list of Alerts that have been sent.

1. Retrieve a list of Alerts with optional filtering

GET - /v2/alerts/find

{
    "page": 1,
    "pageSize": 25,
    "hidden": false,
    "loadPollResults": false,
    "alertStatuses": [
        "New",
        "Queued",
        "Processing",
        "Sent",
        "Canceled"
    ],
    "sort": "-sent"
}
{
    "item": {

    }
}