# Audit Logs

In the Menu Bar, Go to **Products** > **Account Services** > **Audit Logs** to view all events.

<div align="left"><figure><img src="/files/sFR7q2fQyeizrpmwfwJm" alt=""><figcaption><p>Audit Logs</p></figcaption></figure></div>

Click **View Event** to check the event details. You can also copy the code to execute the operation.

### Field Explanation

* `resUid`: contains the resource ID of the operation.
* `resType`: contains the resource type of the operation.
* `resEvent`: contains the executed operation type.
* `opsTime`: contains the execution time.
* `eventSource`: contains the source of the executed operation. The value is `CONSOLE_CALL` or `API_CALL`.
* `apiVersion`: contains the API version to execute the operation.
* `opsUser`: contains the user executed the operation.
* `clientIP`: contains the IP of the user executed the operation.
* `request`: contains the input parameters.
* `response`: contains the output parameters.


---

# 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.console.zenlayer.com/welcome/platform/audit-logs.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.
