---
title: "AgentDataAlarmOccurrenceLatestList"
method: GET
path: "/agents/{agentId}/latest-alarm-occurrences"
tags: ["AgentDataAlarmOccurrenceLatestList"]
---

# AgentDataAlarmOccurrenceLatestList

`GET /agents/{agentId}/latest-alarm-occurrences`

## Path parameters

- `agentId` string, required

## Query parameters

- `filters` string[]
- `fields` string[]

## Headers

- `Api-Version` 2, required
- `Api-Application` string, required
- `Api-Company` string, required
- `Api-Branding` string

## Response `200`

Success response. Data could be an object instead of a list when one value is returned

- object
  - `status` string, required
  - `type` string, required
  - `moreAfter` string, nullable
  - `data` object[], required
    - `publicId` string
    - `alarm` object
      - `publicId` string
      - `agent` object
        - `publicId` string
      - `device` object, nullable
        - `publicId` string
      - `source` object, nullable
        - `publicId` string
      - `audience` object
        - `publicId` string
      - `type` 'unary' | 'boolean' | 'error_bits' | 'threshold' | 'rate_of_change' | 'bit_pattern'
      - `name` string
      - `autoAcknowledge` boolean
      - `booleanNormalValue` boolean
      - `formula` string
      - `offDelay` integer
      - `offResetDelay` integer
      - `onDelay` integer
      - `onResetDelay` integer
      - `operatorInstructionRtn` string, nullable
      - `outOfService` boolean
      - `severity` 'low' | 'medium' | 'high'
    - `acknowledged` boolean
    - `acknowledgedBy` object, nullable
      - `publicId` string
    - `acknowledgedOn` string, date-time, nullable
    - `comment` string, nullable
    - `occurredOn` string, date-time
    - `rateLimitTill` string, date-time, nullable
    - `rtnOn` string, date-time, nullable
    - `silenced` boolean
    - `stillActiveOn` string, date-time, nullable

## Other responses

- `4XX` — 4XX error response

---

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