---
title: "Get available actions for specified alert."
method: GET
path: "/alerts/{id}/actions"
tags: ["Alert Actions"]
---

# Get available actions for specified alert.

`GET /alerts/{id}/actions`

## Path parameters

- `id` number, required

## Response `200`

list of alert actions

- AlertActionTrigger
  - `alertActionId` string
  - `connectorId` string
  - `type` string
  - `name` string
  - `iconUrl` string
  - `history` AlertActionResult[]
    - `id` string
    - `alertActionId` string
    - `connectorId` string
    - `alertId` number
    - `success` boolean
    - `actor` User
      - `id` integer
      - `firstName` string, required
      - `lastName` string, required
      - `email` string, required
      - `timezone` 'Europe/Berlin' | 'America/New_York' | 'America/Los_Angeles' | 'Asia/Istanbul'
      - `position` string
      - `department` string
      - `avatarUrl` string
      - `language` 'de' | 'en'
      - `region` 'DE' | 'GB' | 'CH' | 'CN' | 'IN' | 'US' | 'FR' | 'ES' | 'CA' | 'IE'
      - `role` 'STAKEHOLDER' | 'GUEST' | 'RESPONDER' | 'USER' | 'ADMIN'
      - `shiftColor` string — Optional hex-color code for the user's shifts in schedules calendars
      - `mutedUntil` string, date-time — Date in ISO-8601
      - `createdAt` string, date-time — Date in ISO-8601
      - `updatedAt` string, date-time — Date in ISO-8601

---

[API](https://skmtc.net/ilert/apis/ilert-rest-api.md) · [All operations](https://skmtc.net/ilert/apis/ilert-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ilert/ilert-rest-api/versions/cb7d5a5f9ab8/schema)
