> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/alarm-builder/setting-up-an-alarm/viewing-alarm-event-details.md).

# Viewing alarm event details

**Alarm Builder** provides us with an aggreagated view of the details of an alarm trigger for every form submission. To access this view,

1\.    Navigate to the list of existing alarms with the steps given on the [**Setting up an alarm**](/alarm-builder/setting-up-an-alarm.md) page.

<figure><img src="/files/cFI9Bjk0GN9vxgozMa02" alt=""><figcaption></figcaption></figure>

2\.    From the list of alarms, in the **Event Details** column, click **Details** against the required alarm. The list of alerts associated with every submission of the form is displayed.

<figure><img src="/files/HD8fAI3syvveZ7lyj6Vd" alt=""><figcaption><p>List of an Alarm event</p></figcaption></figure>

3\.    To view a form submission, from the **Form Submission Link** column, click on the **Form Submission** link against the required form submission number. All the field values associated with the selected form submission are displayed.

4\.    To view the details of alerts associated with a form submission, from the **Communication Occurrence** column, click **View Details** against the required form submission number.&#x20;

The alert details of the selected form submission are displayed. The alarm event details are organized into 2 sections:

1. The card view for the number of alerts that were successful, cancelled and failed
2. The table view provides the details for individual alarm events.

<figure><img src="/files/NJjZ8D52wMkMaMwLzjEc" alt=""><figcaption></figcaption></figure>

The table view provides the following details of each individual alert:

<table><thead><tr><th width="218">Detail</th><th>Description</th></tr></thead><tbody><tr><td>Scheduled on</td><td>The time for which the alert was scheduled</td></tr><tr><td>Executed on</td><td>The time at which the alert was received</td></tr><tr><td>Status of event</td><td>The status of the event that triggered the alert if it was successful, cancelled or failed</td></tr><tr><td>Reason</td><td>The reason for failure or cancellation of an event</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.senpiper.com/alarm-builder/setting-up-an-alarm/viewing-alarm-event-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
