# Audit Logs

Navigate to Administration | Audit Logs

Audit logs record all API interactions from the portal.

Audit logs are retained for 90 days.

### Audit Log Detail

#### User Information:

|            |                                            |
| ---------- | ------------------------------------------ |
| User name  | Name of user initiating request            |
| IP Address | Public IP address of client making request |
| Client     | N/A                                        |
| Browser    | Browser information of requester           |

#### Action Information

|            |                      |
| ---------- | -------------------- |
| Service    | Service Name         |
| Action     | Action or API name   |
| Time       | Time of the request  |
| Duration   | Duration of request  |
| Parameters | Data sent in request |

#### Custom Data

N/A

#### Error State

Displays if the request was successful or if there was an error returned.


---

# 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://cc.docs.landis.cloud/maintenance/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.
