Actions
List Actions Alerts
Returns a list of actions (alerts) that have been generated for your account.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Check IDs | Comma-separated list of check identifiers. Limit results to actions generated from these checks. Default: all checks. |
| From | Only include actions generated later than this timestamp. Format is UNIX time. |
| Limit | Limits the number of returned results to the specified quantity. |
| Offset | Offset for listing. |
| Status | Comma-separated list of statuses. Limit results to actions with these statuses. Default: all statuses. |
| To | Only include actions generated prior to this timestamp. Format is UNIX time. |
| User IDs | Comma-separated list of user identifiers. Limit results to actions sent to these users. Default: all users. |
| Via | Comma-separated list of via mediums. Limit results to actions with these mediums. Default: all mediums. |
{
"actions": {
"alerts": [
{
"charged": true,
"checkid": 241688,
"messagefull": "PingdomAlert UP: MyCheck (example.com) is UP again at 2010-12-13 14:50:54. Downtime: 12m.",
"messageshort": "up",
"sentto": "46-555555",
"status": "delivered",
"time": 1292248276,
"userid": 111250,
"username": "John Doe",
"via": "sms"
}
]
}
}
Was this page helpful?