---
title: "Returns a list of actions alerts."
method: GET
path: "/actions"
tags: ["Actions"]
---

# Returns a list of actions alerts.

`GET /actions`

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

## Query parameters

- `from` integer
- `to` integer
- `limit` integer
- `offset` integer
- `checkids` string
- `userids` string
- `status` string
- `via` string

## Response `200`

Successful HTTP Response

- ActionsAlertsEntry
  - `actions` object
    - `alerts` object[] — Alert entry
      - `username` string — Name of alerted user
      - `userid` string — Identifier of alerted user
      - `checkid` string — Identifier of alerted user
      - `time` string — Time of alert generation. Format UNIX time
      - `via` 'email' | 'sms' | 'twitter' | 'apns' | 'agcm' — Alert medium. apns - iphone, agcm - android
      - `status` 'sent' | 'delivered' | 'error' | 'notdelivered' | 'nocredits' — Alert status
      - `messageshort` string — Short description of message
      - `messagefull` string — Full message body
      - `sentto` string — Target address, phone number etc
      - `charged` string — True if your account was charged for this message

---

[API](https://skmtc.net/pingdom/apis/pingdom-public-api.md) · [All operations](https://skmtc.net/pingdom/apis/pingdom-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pingdom/pingdom-public-api/revisions/d05c91a3c64b/schema)
