# List Visualization

With the ***List*** visualization type chosen, the **Total Events** section represents a list of records for each delivery or security transaction (depending on the chosen event type) that has occurred within your application.

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

The columns within this list will slightly differ according to the selected tab (either *Delivery*, *WAF*, *Rate Limiting,* or *Bot Management*):

* [Delivery Events Details](#h.5dbaf72welv6)
* [WAF Events Details](#h.h9ncsluk5i68)
* [Rate Limiting Events Details](#h.rnlyqfijiy2u)
* [Bot Management Event Details](#bot-management-event-details)

{% hint style="success" %}
Clicking on any of the records within any tab will provide you with the complete list of parameters for the selected request - additional information on this is available within the [Event Record Details](/product-docs/service-menu/logs/total-events-section/list-visualization/event-record-details.md) guide.
{% endhint %}

### Delivery Events Details <a href="#h.5dbaf72welv6" id="h.5dbaf72welv6"></a>

For the Delivery events, the following request parameters are presented within the list view:

<figure><img src="/files/3LxZxZmb6XRPGTZjndDy" alt=""><figcaption></figcaption></figure>

* **Color vertical line** at the beginning of each record indicates the result of this request’s processing in accordance with the color legend for the graph above;
* **Date** and time of the event;
* **Total time** of the request processing in seconds (sum of the *prewrite\_time* and *write\_time* values);
* **Read time** in seconds that it took for an edge server to read the response;
* **Message** with detailed information on all request attributes and their values.

### WAF Events Details <a href="#h.h9ncsluk5i68" id="h.h9ncsluk5i68"></a>

For the Web Application Firewall events, the following request parameters are presented within the list view:

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

* **Date** and time of the event;
* **Message** with detailed information on all request attributes and their values.

### Rate Limiting Events Details <a href="#h.rnlyqfijiy2u" id="h.rnlyqfijiy2u"></a>

For the Rate Limiting events, the following request parameters are presented within the list view:<br>

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

* **Date** and time of the event;
* **Message** with detailed information on all request attributes and their values.

### Bot Management Event Details

For the Bot Management events, the following request parameters are presented within the list view:<br>

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

* **Date** and time of the event;
* **Message** with detailed information on all request attributes and their values.


---

# Agent Instructions: 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:

```
GET https://docs.edgeport.com/product-docs/service-menu/logs/total-events-section/list-visualization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
