> ## Documentation Index
> Fetch the complete documentation index at: https://domoinc-openapi-sync-dataflows.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Activity Log API

```text API Base URL theme={"dark"}
Domo API Server: https://api.domo.com
```

<Info>
  **Security**: Bearer Auth

  Provide your bearer token in the Authorization header when making requests to protected resources.

  Example: `Authorization: Bearer 123`
</Info>

The Activity Log API enables retrieving activity log entries from your Domo instance.

## Activity Log Entry Object

### Attributes

| Property Name     | Type   | Description                                                             |
| ----------------- | ------ | ----------------------------------------------------------------------- |
| userName          | String | The name of the user                                                    |
| userId            | String | The id of the user                                                      |
| userType          | String | Type of user                                                            |
| actorId           | Long   | Id of proxying user if applicable                                       |
| actorName         | String | Name of user performing the proxy if applicable                         |
| objectName        | String | Name of object being affected                                           |
| objectId          | String | The ID of the object affected                                           |
| objectType        | String | The type of object affected                                             |
| additionalComment | String | Description of the log entry, with additional information if applicable |
| time              | String | The time the event took place                                           |
| eventText         | String | Text describing the main event of the log entry                         |
| device            | String | The device type the event came from                                     |
| browserDetails    | String | The acting users browser details                                        |
| ipAddress         | String | The ip address of where the event took place                            |
