# Audit Logs

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

<div align="left"><figure><img src="https://3201622183-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9X3FDdkCL2HzhbPpPMFt%2Fuploads%2Fn8xeFxin1erWL9Xmt0YK%2Fimage.png?alt=media&#x26;token=b1f1dd0c-3bc7-4fa7-a367-c0543f2daf33" 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.
